What's Changed
- Create schedule workflow to upgrade docker and buildx version. by @TingluoHuang in actions#3859
- Update dotnet sdk to latest version @8.0.409 by @github-actions in actions#3860
- Allow runner to use authv2 during config. by @TingluoHuang in actions#3866
- show helpful error message when resolving actions directly with launch by @aiqiaoy in actions#3874
- Update dotnet sdk to latest version @8.0.410 by @github-actions in actions#3871
- Update Docker to v28.2.1 and Buildx to v0.24.0 by @github-actions in actions#3881
- Allow NO_SSL_VERIFY in RawHttpMessageHandler. by @TingluoHuang in actions#3883
Full Changelog: actions/runner@v2.324.0...v2.325.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.325.0/actions-runner-win-x64-2.325.0.zip -OutFile actions-runner-win-x64-2.325.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.325.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.325.0/actions-runner-win-arm64-2.325.0.zip -OutFile actions-runner-win-arm64-2.325.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.325.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.325.0/actions-runner-osx-x64-2.325.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.325.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.325.0/actions-runner-osx-arm64-2.325.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.325.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.325.0/actions-runner-linux-x64-2.325.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.325.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.325.0/actions-runner-linux-arm64-2.325.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.325.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.325.0/actions-runner-linux-arm-2.325.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.325.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.325.0.zip 929c123f10ea070d058a20cf462f7c4671634b157dbd6cccffd646f8638aca29
- actions-runner-win-arm64-2.325.0.zip 925571dba698c2e1cfec5aa7208feb0f18f24382bd3b201e3815ec153091ae47
- actions-runner-osx-x64-2.325.0.tar.gz d66eec90b70f17a1cd919275eac3cc57cd4926d1be44468d3b76fed644498a0c
- actions-runner-osx-arm64-2.325.0.tar.gz f72a85e7fe74d1809563e20da98287ef3b79d72a14b6b785c30a38b38dc27696
- actions-runner-linux-x64-2.325.0.tar.gz 4d94b95303e2abb3e3fede698ce0c306dbbed11227b688c67ecba1f2fbebf27f
- actions-runner-linux-arm64-2.325.0.tar.gz 13358d8156c7677dcf82fd5105bf2a512f831989ea972f601c44c515ef5ac06e
- actions-runner-linux-arm-2.325.0.tar.gz 0fcfecd7770fc7ea9c9d99aeab6bfc94fe830bcadfc7586018a3a6b306a2eaa4