v2.311.0
What's Changed
- Trim whitespace in
./Misc/contentHash/dotnetRuntime/*
by @TingluoHuang in actions#2915 - Send os and arch during long poll by @luketomlinson in actions#2913
- Revert "Update default version to node20 (actions#2844)" by @takost in actions#2918
- Fix telemetry publish from JobServerQueue. by @TingluoHuang in actions#2919
- Use block blob instead of append blob by @yacaovsnc in actions#2924
- Provide detail info on untar failures. by @TingluoHuang in actions#2939
- Bump node.js to 20.8.1 by @TingluoHuang in actions#2945
- Update dotnet sdk to latest version @6.0.415 by @github-actions in actions#2929
- Fix typo in log strings by @rajbos in actions#2695
- feat: add support of arm64 arch runners in service creation script by @tuxity in actions#2606
- Add
buildx
to images by @ajschmidt8 in actions#2901
New Contributors
- @tuxity made their first contribution in actions#2606
Full Changelog: actions/runner@v2.310.2...v2.311.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.311.0/actions-runner-win-x64-2.311.0.zip -OutFile actions-runner-win-x64-2.311.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.311.0.zip", "$PWD")
[Pre-release] Windows arm64
Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.
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.311.0/actions-runner-win-arm64-2.311.0.zip -OutFile actions-runner-win-arm64-2.311.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.311.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.311.0/actions-runner-osx-x64-2.311.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.311.0.tar.gz
OSX 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.311.0/actions-runner-osx-arm64-2.311.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.311.0.tar.gz
Linux 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.311.0/actions-runner-linux-x64-2.311.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.311.0.tar.gz
Linux 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.311.0/actions-runner-linux-arm64-2.311.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.311.0.tar.gz
Linux 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.311.0/actions-runner-linux-arm-2.311.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.311.0.tar.gz
Using 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.311.0.zip c01d8a26c85ef9f373fe6dd52164dd29f159b6c064b55483fd6ae52712dd4812
-
actions-runner-win-arm64-2.311.0.zip 64799af101b8e4a539796471bc3a8f71639e1605d15118bd48c3b6c2d657decf
-
actions-runner-osx-x64-2.311.0.tar.gz dfa496ba40c1b8cfc1b4feb90805be6ea468fa55037a352b90f9270d8aedea9f
-
actions-runner-osx-arm64-2.311.0.tar.gz 4991e175c7be68f95e0744a7cab51cc94c59434b7bc6fb3459e27f0449eb5cd9
-
actions-runner-linux-x64-2.311.0.tar.gz 4093bc6e263d98d527a2476cde29a3d27f9541b606a107b58cd1251bdbd66721
-
actions-runner-linux-arm64-2.311.0.tar.gz f7fbcf8b2453f1304f44d7daae8a519c9b64a4bdba347bc3a0e01f885d09f951
-
actions-runner-linux-arm-2.311.0.tar.gz b98b217207d74c4ede64a00c69e5d091d291b7d5737cf9cfb15c47ecf52e9321
-
actions-runner-win-x64-2.311.0-noexternals.zip 5d1d2906d1654bc1988fe7fe53d818c1b3fe526ec06cd91875f6f34f11f780fc
-
actions-runner-win-arm64-2.311.0-noexternals.zip 057803c804d1bf1480dd3cbc296d429c2902d1c7115bfdabbc07701e878a646b
-
actions-runner-osx-x64-2.311.0-noexternals.tar.gz 9d314c2654e35dad245c3d818e0ece7a5c3fec03ec8d71a593bf56099494a845
-
actions-runner-osx-arm64-2.311.0-noexternals.tar.gz 4a08c9c41799380dc5c827652dc625c81b100ffbad6728192894274055d54e54
-
actions-runner-linux-x64-2.311.0-noexternals.tar.gz b7b6aada204935d4be34739505a8b857a76334f7b2a4c522a68d95c5f9458164
-
actions-runner-linux-arm64-2.311.0-noexternals.tar.gz b5d23a7725bef3306765bdd00e3594db4e453b886903506602e62342acb523f7
-
actions-runner-linux-arm-2.311.0-noexternals.tar.gz de7bc998e7e2257713ef46572fdbbd9bc0594dcdfce38c999fed26c7462092de
-
actions-runner-win-x64-2.311.0-noruntime.zip 4caef10dc0433b33a26c3b9593b584434af52565b223bbfb979058f6ecc72b7d
-
actions-runner-win-arm64-2.311.0-noruntime.zip cb0b71faf892d41ceef8986fbee66ae3bd25006adf8fb3907d3ad13dac42e1f7
-
actions-runner-osx-x64-2.311.0-noruntime.tar.gz 68cc09a8d95180de1f1fad7ccdcfad8ec10db7422db94bf32918f6d0f7c16a6a
-
actions-runner-osx-arm64-2.311.0-noruntime.tar.gz 9a150cdc398d3b098309c9a93f1eb04895312cdbc954b0dd35b44caf0fe33c87
-
actions-runner-linux-x64-2.311.0-noruntime.tar.gz f62f9c15dd2b430070f99add6e978906ea8cc2b6ac52fe9e47b6ba31dfafe4e9
-
actions-runner-linux-arm64-2.311.0-noruntime.tar.gz 769823a4809cdef31873d924c8190954b63e099cf7996623b3113b5db777e371
-
actions-runner-linux-arm-2.311.0-noruntime.tar.gz b0fd48623cd84cb3555973dff68e66e335713e8fdfd38ccd7010874da3d79135
-
actions-runner-win-x64-2.311.0-noruntime-noexternals.zip 979ce1de30acfffa327ab2054c2a6f747866d31d49b889532b4e63f6e28bf756
-
actions-runner-win-arm64-2.311.0-noruntime-noexternals.zip 87940acbffcff840f69b3ec360aebb5266d99d4f591c4275ba0b7dd69f538613
-
actions-runner-osx-x64-2.311.0-noruntime-noexternals.tar.gz 09c6769df1aeaa8ce4a45dc69952c51346b5a0e814609264927f57c274c5a3d8
-
actions-runner-osx-arm64-2.311.0-noruntime-noexternals.tar.gz 9dc8cebd1a2c016fa7c70debd41791518b1cac71423a1db0f0be2730a337700b
-
actions-runner-linux-x64-2.311.0-noruntime-noexternals.tar.gz 022f805cc8857265cbedc16fb61a6e441ec0a76651f49dc89717251bd73ebeae
-
actions-runner-linux-arm64-2.311.0-noruntime-noexternals.tar.gz 3386dbc28a7baa398a385228ea483c7ddf84161ff31fdc7793cd09e0b2ec8c84
-
actions-runner-linux-arm-2.311.0-noruntime-noexternals.tar.gz 8c800289944aa5be10ca23f5b728f5c9e591350a7286314520409a41d83dbd30