What's Changed
- Bump docker/login-action from 2 to 3 by @dependabot in #3673
- Bump actions/stale from 8 to 9 by @dependabot in #3554
- Bump docker/build-push-action from 3 to 6 by @dependabot in #3674
- update node version from 20.18.0 -> 20.18.2 by @aiqiaoy in #3682
- Pass BillingOwnerId through Acquire/Complete calls by @luketomlinson in #3689
- Do not retry CompleteJobAsync for known non-retryable errors by @ericsciple in #3696
- Update dotnet sdk to latest version @8.0.406 by @github-actions in #3712
- Update Dockerfile with new docker and buildx versions by @thboop in #3680
- chore: remove redundant words by @finaltrip in #3705
- fix: actions feedback link is incorrect by @Yaminyam in #3165
- Bump actions/github-script from 0.3.0 to 7.0.1 by @dependabot in #3557
- Docker container provenance by @paveliak in #3736
- Add request-id to http eventsource trace. by @TingluoHuang in #3740
- Update Bocker and Buildx version to mitigate images scanners alerts by @Blizter in #3750
- Fix typo, add invariant culture to timestamp for workflow log reporting by @GhadimiR in #3749
- Create vssconnection to actions service when URL provided. by @TingluoHuang in #3751
- Housekeeping: Update npm packages and node version by @thboop in #3752
- Improve the out-of-date warning message. by @tecimovic in #3595
- Update dotnet sdk to latest version @8.0.407 by @github-actions in #3753
- Exit hosted runner cleanly during deprovisioning. by @TingluoHuang in #3755
- Send annotation title to run-service. by @TingluoHuang in #3757
- Allow server enforce runner settings. by @TingluoHuang in #3758
- Support refresh runner configs with pipelines service. by @TingluoHuang in #3706
New Contributors
- @finaltrip made their first contribution in #3705
- @Yaminyam made their first contribution in #3165
- @Blizter made their first contribution in #3750
- @GhadimiR made their first contribution in #3749
- @tecimovic made their first contribution in #3595
Full Changelog: v2.322.0...v2.323.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.323.0/actions-runner-win-x64-2.323.0.zip -OutFile actions-runner-win-x64-2.323.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.323.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.323.0/actions-runner-win-arm64-2.323.0.zip -OutFile actions-runner-win-arm64-2.323.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.323.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.323.0/actions-runner-osx-x64-2.323.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.323.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.323.0/actions-runner-osx-arm64-2.323.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.323.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.323.0/actions-runner-linux-x64-2.323.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.323.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.323.0/actions-runner-linux-arm64-2.323.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.323.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.323.0/actions-runner-linux-arm-2.323.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.323.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.323.0.zip e8ca92e3b1b907cdcc0c94640f4c5b23f377743993a4a5c859cb74f3e6eb33ef
- actions-runner-win-arm64-2.323.0.zip b48a9a0bb5539b1827af9516675cad1b8db453bd9fcd1427e02502f7c84d0e97
- actions-runner-osx-x64-2.323.0.tar.gz 5dd3f423e8f387a47ac53a5e355e0fe105f0a9314d7823dea098dca70e1bd2c9
- actions-runner-osx-arm64-2.323.0.tar.gz 845f98d74a3eab5d0bb80517b08bfd1fb162eec5d8f302e175addc4153b35f29
- actions-runner-linux-x64-2.323.0.tar.gz 0dbc9bf5a58620fc52cb6cc0448abcca964a8d74b5f39773b7afcad9ab691e19
- actions-runner-linux-arm64-2.323.0.tar.gz 9cb778fffd4c6d8bd74bc4110df7cb8c0122eb62fda30b389318b265d3ade538
- actions-runner-linux-arm-2.323.0.tar.gz e3bbb53d4d97859fc1c5cfd9da2a5501686041cbda7c0bb94185e2cde0e9ff1b