v2.313.0
What's Changed
- Bump docker and buildx to the latest version by @diogotorres97 in #3100
- Revert "Bump container hook version to 0.5.0 in runner image (#3003)" by @TingluoHuang in #3101
- Make embedded timeline record has same order as its parent record. by @TingluoHuang in #3113
- Fix release workflow. by @TingluoHuang in #3102
- Add user-agent to all http clients using RawClientHttpRequestSettings. by @TingluoHuang in #3115
- Fix JobDispatcher crash during force cancellation. by @TingluoHuang in #3118
- Implement Broker Redirects for Session and Messages by @luketomlinson in #3103
- Only keep 1 older version runner around after self-upgrade. by @TingluoHuang in #3122
- Upgrade
docker
from24.0.7
to24.0.8
by @MPV in #3124 - Upload the diagnostic logs to the Results Service by @jtamsut in #3114
- Upgrade
docker
from24.0.8
to24.0.9
by @MPV in #3126 - Make sure to drain the upload queue before clean temp directory by @yacaovsnc in #3125
- Specify
Content-Type
for BlockBlob upload by @bethanyj28 in #3119 - Improve error report for invalid action.yml by @jsoref in #3106
- Add sshd to .devcontainer.json by @pje in #3079
- Resolve CVE-2024-21626 by @luka5 in #3123
- Handle ForceTokenRefresh message by @luketomlinson in #3133
- Bump hook version to 0.5.1 by @nikola-jokic in #3129
New Contributors
- @diogotorres97 made their first contribution in #3100
- @MPV made their first contribution in #3124
- @jtamsut made their first contribution in #3114
- @luka5 made their first contribution in #3123
Full Changelog: v2.312.0...v2.313.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.313.0/actions-runner-win-x64-2.313.0.zip -OutFile actions-runner-win-x64-2.313.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.313.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.313.0/actions-runner-win-arm64-2.313.0.zip -OutFile actions-runner-win-arm64-2.313.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.313.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.313.0/actions-runner-osx-x64-2.313.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.313.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.313.0/actions-runner-osx-arm64-2.313.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.313.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.313.0/actions-runner-linux-x64-2.313.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.313.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.313.0/actions-runner-linux-arm64-2.313.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.313.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.313.0/actions-runner-linux-arm-2.313.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.313.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.313.0.zip c4cb3e5d9f0ab42ddc224cfdf9fb705397a7b20fd321536da5500259225fdf8a
- actions-runner-win-arm64-2.313.0.zip 907796520d58527d0c0d0f7d85c1dd3a55146740aa21695cfa2e484223a6ed67
- actions-runner-osx-x64-2.313.0.tar.gz 65dd2618b5afa5ae1394388b215da0b763d791b480ae09f0ead956e8f8864c83
- actions-runner-osx-arm64-2.313.0.tar.gz 97258c75cf500f701f8549289c85d885a9497f7886c102bf4857eed8764a9143
- actions-runner-linux-x64-2.313.0.tar.gz 56910d6628b41f99d9a1c5fe9df54981ad5d8c9e42fc14899dcc177e222e71c4
- actions-runner-linux-arm64-2.313.0.tar.gz 44c306066a32c8df8b30b1258b19ed3437285baa4a1d6289f22cf38eca474603
- actions-runner-linux-arm-2.313.0.tar.gz 8d71a3c94d68485e81d020637ee0d73a0ffd4c0b10df9ab1183d78c57a54af6a