Releases: CoreumFoundation/runner
v2.331.0
What's Changed
- Fix owner of /home/runner directory by @nikola-jokic in actions#4132
- Update Docker to v29.0.2 and Buildx to v0.30.1 by @github-actions[bot] in actions#4135
- Update workflow around runner docker image. by @TingluoHuang in actions#4133
- Fix regex for validating runner version format by @TingluoHuang in actions#4136
- chore: update Node versions by @github-actions[bot] in actions#4144
- Ensure safe_sleep tries alternative approaches by @TingluoHuang in actions#4146
- Bump actions/github-script from 7 to 8 by @dependabot[bot] in actions#4137
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in actions#4130
- chore: update Node versions by @github-actions[bot] in actions#4149
- Bump docker image to use ubuntu 24.04 by @TingluoHuang in actions#4018
- Add support for case function by @AllanGuigou in actions#4147
- Cleanup feature flag actions_container_action_runner_temp by @ericsciple in actions#4163
- Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in actions#4155
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in actions#4157
- Set ACTIONS_ORCHESTRATION_ID as env to actions. by @TingluoHuang in actions#4178
- Allow hosted VM report job telemetry via .setup_info file. by @TingluoHuang in actions#4186
- Bump typescript from 5.9.2 to 5.9.3 in /src/Misc/expressionFunc/hashFiles by @dependabot[bot] in actions#4184
- Bump Azure.Storage.Blobs from 12.26.0 to 12.27.0 by @dependabot[bot] in actions#4189
New Contributors
- @AllanGuigou made their first contribution in actions#4147
Full Changelog: actions/runner@v2.330.0...v2.331.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.331.0/actions-runner-win-x64-2.331.0.zip -OutFile actions-runner-win-x64-2.331.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.331.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.331.0/actions-runner-win-arm64-2.331.0.zip -OutFile actions-runner-win-arm64-2.331.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.331.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.331.0/actions-runner-osx-x64-2.331.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.331.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.331.0/actions-runner-osx-arm64-2.331.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.331.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.331.0/actions-runner-linux-x64-2.331.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.331.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.331.0/actions-runner-linux-arm64-2.331.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.331.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.331.0/actions-runner-linux-arm-2.331.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.331.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.331.0.zip 4ff7a847aef5a545fcabbb093f64c19c07ed32d6719ba03d2cc01ddda4821b8d
- actions-runner-win-arm64-2.331.0.zip 24268d851c05cc89fc3755d3a38c9bd20fd507c674f4e730a590a87b48f12346
- actions-runner-osx-x64-2.331.0.tar.gz 6b1c069b501a006b912e74c8326d34349fe81e01500107fd512b42a897cd4886
- actions-runner-osx-arm64-2.331.0.tar.gz 76452d181445aacc52b93b77eb9e393d51177aceb28d1a77cd5ad3849d41bf60
- actions-runner-linux-x64-2.331.0.tar.gz 464fea4b681d4716a5f3e1778894670d8d62f3edf0eace77c0ff3c778c1a48a2
- actions-runner-linux-arm64-2.331.0.tar.gz 3eaab2c85c5481bbfd3f2aa60a2ca1d8f1c0dd540901a3b05ff88b889c79f3eb
- actions-runner-linux-arm-2.331.0.tar.gz f0f7ac93944b5be33812585e0fb32776c33a6e95b111ae7b12fb2f4354743ca0
v2.323.0
What's Changed
- Bump docker/login-action from 2 to 3 by @dependabot in actions#3673
- Bump actions/stale from 8 to 9 by @dependabot in actions#3554
- Bump docker/build-push-action from 3 to 6 by @dependabot in actions#3674
- update node version from 20.18.0 -> 20.18.2 by @aiqiaoy in actions#3682
- Pass BillingOwnerId through Acquire/Complete calls by @luketomlinson in actions#3689
- Do not retry CompleteJobAsync for known non-retryable errors by @ericsciple in actions#3696
- Update dotnet sdk to latest version @8.0.406 by @github-actions in actions#3712
- Update Dockerfile with new docker and buildx versions by @thboop in actions#3680
- chore: remove redundant words by @finaltrip in actions#3705
- fix: actions feedback link is incorrect by @Yaminyam in actions#3165
- Bump actions/github-script from 0.3.0 to 7.0.1 by @dependabot in actions#3557
- Docker container provenance by @paveliak in actions#3736
- Add request-id to http eventsource trace. by @TingluoHuang in actions#3740
- Update Bocker and Buildx version to mitigate images scanners alerts by @Blizter in actions#3750
- Fix typo, add invariant culture to timestamp for workflow log reporting by @GhadimiR in actions#3749
- Create vssconnection to actions service when URL provided. by @TingluoHuang in actions#3751
- Housekeeping: Update npm packages and node version by @thboop in actions#3752
- Improve the out-of-date warning message. by @tecimovic in actions#3595
- Update dotnet sdk to latest version @8.0.407 by @github-actions in actions#3753
- Exit hosted runner cleanly during deprovisioning. by @TingluoHuang in actions#3755
- Send annotation title to run-service. by @TingluoHuang in actions#3757
- Allow server enforce runner settings. by @TingluoHuang in actions#3758
- Support refresh runner configs with pipelines service. by @TingluoHuang in actions#3706
New Contributors
- @finaltrip made their first contribution in actions#3705
- @Yaminyam made their first contribution in actions#3165
- @Blizter made their first contribution in actions#3750
- @GhadimiR made their first contribution in actions#3749
- @tecimovic made their first contribution in actions#3595
Full Changelog: actions/runner@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.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.323.0/actions-runner-osx-arm64-2.323.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.323.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.323.0/actions-runner-linux-x64-2.323.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.323.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.323.0/actions-runner-linux-arm64-2.323.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.323.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.323.0/actions-runner-linux-arm-2.323.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.323.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.323.0.zip 4ae3036f8ff2d7757e8a038a8caf5d3392b6d91993ec8666275022225212c286
- actions-runner-win-arm64-2.323.0.zip 4b488ef4a2fc3901d030979e830e2288969e90ffe8644d7b63292ac23f51db60
- actions-runner-osx-x64-2.323.0.tar.gz 0f840ddb535d404454f115e4ba7912df6d38cc7720005e3d9ea37e8bc69d1567
- actions-runner-osx-arm64-2.323.0.tar.gz 1a8d354d80cfff5ae914f1a090f1b5b8f033ffc8034299ed460fdbd785118bbb
- actions-runner-linux-x64-2.323.0.tar.gz 21229f82f36acc3123260212742498836a5f0cd91ab92b812de7d85918332edd
- actions-runner-linux-arm64-2.323.0.tar.gz 014158d75218787ad6517204a0a8ad8687c22eb2510787f5d9fec714bfa5a7fa
- actions-runner-linux-arm-2.323.0.tar.gz faa4ae5fb4c5fb56441afcbb5a35ee270eda860fa351d82d95df0ea3ad0258ae