What's Changed
- Update dotnet sdk to latest version @8.0.423 by @github-actions[bot] in #4561
- Bump actions/setup-node from 6 to 7 by @dependabot[bot] in #4554
- Bump Azure.Storage.Blobs from 12.27.0 to 12.29.1 by @dependabot[bot] in #4545
- Bump actions/stale from 10 to 11 by @dependabot[bot] in #4576
- Bump Microsoft.DevTunnels.Connections from 1.3.48 to 1.3.50 by @dependabot[bot] in #4566
- Bump eslint-plugin-github from 4.10.2 to 6.1.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in #4549
- Bump @typescript-eslint/parser from 8.59.0 to 8.63.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in #4543
- Mask and sanitize debugger welcome message before DAP console output by @rentziass in #4577
- Bump @typescript-eslint/parser from 8.63.0 to 8.65.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in #4582
- Bump undici from 6.24.1 to 6.27.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in #4522
- Bump System.Formats.Asn1 and System.Security.Cryptography.Pkcs by @dependabot[bot] in #4584
- Bump lint-staged from 16.4.0 to 17.2.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in #4580
- Bump eslint-plugin-github from 6.1.0 to 6.1.2 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in #4590
- Implement VSock secret notifier. by @TingluoHuang in #4565
- Fix null ref exception when websocket client retries. by @TingluoHuang in #4589
- Add regression tests for DAP debugger secret masking by @rentziass in #4579
- chore: update Node versions by @github-actions[bot] in #4602
- Bump docker/login-action from 4 to 4.5.2 by @dependabot[bot] in #4592
- Bump Microsoft.DevTunnels.Connections from 1.3.50 to 1.3.51 by @dependabot[bot] in #4594
- Bump github/codeql-action from 4 to 4.37.3 by @dependabot[bot] in #4593
- Update Docker to v29.7.1 and Buildx to v0.36.0 by @github-actions[bot] in #4599
- Bump github/codeql-action from 4.37.3 to 4.37.5 by @dependabot[bot] in #4609
- Bump brace-expansion in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in #4604
- Report an infrastructure failure when the debugger Dev Tunnel fails by @rentziass in #4610
- Bump System.Text.Encoding.CodePages from 10.0.3 to 10.0.10 by @dependabot[bot] in #4568
- Bump undici from 6.27.0 to 6.28.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in #4608
- Bump docker/login-action from 4.5.2 to 4.6.0 by @dependabot[bot] in #4607
- Bump lint-staged from 17.2.0 to 17.3.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in #4605
- Remove temp backcompat code. by @TingluoHuang in #4633
- chore: update Node versions by @github-actions[bot] in #4622
- Update dotnet sdk to latest version @8.0.424 by @github-actions[bot] in #4639
- Bump github/codeql-action from 4.37.5 to 4.37.7 by @dependabot[bot] in #4637
- Implement retry logic for HTTP requests with support for Retry-After header by @TingluoHuang in #4636
- Update Docker to v29.7.2 and Buildx to v0.36.1 by @github-actions[bot] in #4621
- Allow independent Docker and Buildx updates by @luketomlinson in #4596
- Bump github/codeql-action from 4.37.7 to 4.37.8 by @dependabot[bot] in #4647
- Bump System.ServiceProcess.ServiceController from 10.0.7 to 10.0.9 by @dependabot[bot] in #4497
- Bump @vercel/ncc from 0.38.3 to 0.45.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in #4638
- Bump System.Formats.Asn1 and System.Security.Cryptography.Pkcs by @dependabot[bot] in #4628
- Bump @typescript-eslint/eslint-plugin from 8.59.0 to 8.63.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in #4544
- Bump js-yaml from 4.3.0 to 4.3.1 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in #4625
- Bump @typescript-eslint/parser from 8.65.0 to 8.67.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in #4634
- Bump System.Text.Encoding.CodePages from 10.0.10 to 10.0.11 by @dependabot[bot] in #4630
- Bump System.Security.Cryptography.ProtectedData from 10.0.3 to 10.0.11 by @dependabot[bot] in #4629
- Bump System.Threading.Channels from 10.0.3 to 10.0.10 by @dependabot[bot] in #4585
- Bump Azure.Storage.Blobs from 12.29.1 to 12.29.2 by @dependabot[bot] in #4650
- Bump xunit.runner.visualstudio from 2.8.2 to 4.0.0 by @dependabot[bot] in #4655
- Bump @typescript-eslint/eslint-plugin from 8.63.0 to 8.67.0 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in #4649
Full Changelog: v2.336.0...v2.337.0
Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners
Windows x64
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.337.0/actions-runner-win-x64-2.337.0.zip -OutFile actions-runner-win-x64-2.337.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.337.0.zip", "$PWD")Windows arm64
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.337.0/actions-runner-win-arm64-2.337.0.zip -OutFile actions-runner-win-arm64-2.337.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.337.0.zip", "$PWD")OSX x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.337.0/actions-runner-osx-x64-2.337.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.337.0.tar.gzOSX arm64 (Apple silicon)
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.337.0/actions-runner-osx-arm64-2.337.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.337.0.tar.gzLinux x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.337.0/actions-runner-linux-x64-2.337.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.337.0.tar.gzLinux arm64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.337.0/actions-runner-linux-arm64-2.337.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.337.0.tar.gzLinux arm
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.337.0/actions-runner-linux-arm-2.337.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.337.0.tar.gzUsing your self hosted runner
For additional details about configuring, running, or shutting down the runner please check out our product docs.
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-win-x64-2.337.0.zip 1150692afa94e71f872017e254ea55b6eece1eece3fe7e3a6d4c93d0a1b85cfc
- actions-runner-win-arm64-2.337.0.zip 7ee1a72a0e0ad384ac7871ffc2356063a116e20d1db3ea41000eb49272cf0030
- actions-runner-osx-x64-2.337.0.tar.gz d383f505d7ed041b1873ab68c35dd766fc093f2252330f95bb427be8f2c6dcfc
- actions-runner-osx-arm64-2.337.0.tar.gz 5a2cd92908a93d7276a194e1de6008099f3e7946f3f8e14aa7a1a7b4a31fdec2
- actions-runner-linux-x64-2.337.0.tar.gz 70920811a4f8ad4328818682bca5c6469c1c942fab52448868071d0063816613
- actions-runner-linux-arm64-2.337.0.tar.gz 9b1dc70626422526e3c94767cf024896beb15da5342a3f4819bf2feac13e0393
- actions-runner-linux-arm-2.337.0.tar.gz 3ea05289b7f7e1bc9a7bb35e2f738a903e0f757cb27ed32a3ef701404cf6d8e8