v2.297.0
Features
- Created prerelease runner package for win-arm64 architecture (#2022)
- Added
GITHUB_STATE
andGITHUB_OUTPUT
environment file commands (#2118)
Bugs
- Fixed an issue where self hosted environments had their docker env's overwritten (#2107)
- Fixed an issue where step summaries for composite actions got overwritten (#2077)
Misc
- Bumped
actions/core
dependency (#2123)
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.297.0/actions-runner-win-x64-2.297.0.zip -OutFile actions-runner-win-x64-2.297.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.297.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.297.0/actions-runner-win-arm64-2.297.0.zip -OutFile actions-runner-win-arm64-2.297.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.297.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.297.0/actions-runner-osx-x64-2.297.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.297.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.297.0/actions-runner-osx-arm64-2.297.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.297.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.297.0/actions-runner-linux-x64-2.297.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.297.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.297.0/actions-runner-linux-arm64-2.297.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.297.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.297.0/actions-runner-linux-arm-2.297.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.297.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.297.0.zip a99921abc6e5e245f15eff75073946693e254c9fa75f0859bcabc52c6c101201
-
actions-runner-win-arm64-2.297.0.zip <WIN_ARM64_SHA>
-
actions-runner-osx-x64-2.297.0.tar.gz 820ebffefd2fdc5ccbb376d03f0ef0b82c9a8df17b71de9a52407f8845ae3ebf
-
actions-runner-osx-arm64-2.297.0.tar.gz f38fbb28be901697556ee778f1f851d4e1cf988fa5abc087be647f4ec3f6a752
-
actions-runner-linux-x64-2.297.0.tar.gz eb4e2fa6567d2222686be95ee23210e83fb6356dd0195149f96fd91398323d7f
-
actions-runner-linux-arm64-2.297.0.tar.gz f882e0b88c7afc1effabd64a7b43b12f58060fb349adb5eb87de067c06d1500f
-
actions-runner-linux-arm-2.297.0.tar.gz 5982a97a864a394c23dd63bcccec0546189308c2bb9f20f9321959e98342e82d
-
actions-runner-win-x64-2.297.0-noexternals.zip c1d972c53e527612a20eec49e4f676873a1b9341aa84c11ad227e56b48591bc6
-
actions-runner-win-arm64-2.297.0-noexternals.zip <WIN_ARM64_SHA_NOEXTERNALS>
-
actions-runner-osx-x64-2.297.0-noexternals.tar.gz 15ac01ee4e52b419e5cbe96da1b1b87e0fdcc7cc5afb8b834fbc6a0399d44497
-
actions-runner-osx-arm64-2.297.0-noexternals.tar.gz 4665315f1af886c9a94c29293553afd333b795cc0ae8b1975a24bde8de08b680
-
actions-runner-linux-x64-2.297.0-noexternals.tar.gz 549e3330f25a760ec091ba0bb0d69326c7e0846d508361fe5992f3844a6bd43c
-
actions-runner-linux-arm64-2.297.0-noexternals.tar.gz 9551e52cf7ab9984f2e215a47ecf92c62eb0b6952def44166f8c5b27bb94ec84
-
actions-runner-linux-arm-2.297.0-noexternals.tar.gz d3df0f39fe6c3fe46d20aa105620eacb264113b38d40a7fb5c9de1d6e62ed34a
-
actions-runner-win-x64-2.297.0-noruntime.zip c13f4cc3804ea80426401304fff5659ff3e3bc0201b06349e5bf4f3fd0d33f21
-
actions-runner-win-arm64-2.297.0-noruntime.zip <WIN_ARM64_SHA_NORUNTIME>
-
actions-runner-osx-x64-2.297.0-noruntime.tar.gz d2000738f050bbd4dfc0863205b3b377cf32718f064cd0964893b988736a694b
-
actions-runner-osx-arm64-2.297.0-noruntime.tar.gz ce16276ee8c32ed802d66f55d0fb77f17de5a7b626db9e55bcc2790aefd95043
-
actions-runner-linux-x64-2.297.0-noruntime.tar.gz 8853a9e336744805a2c838969d981fce8b1dceafa49ca71a8fdecc358b13f8ae
-
actions-runner-linux-arm64-2.297.0-noruntime.tar.gz f840f49fdfd6a20e7e32dcd4ab67314f100a2dd5348040e3073b11a055654c0e
-
actions-runner-linux-arm-2.297.0-noruntime.tar.gz 86778e12f1c5fcc0168d62cbc37d4e121f205d40398d5b075ea13f1c00a0584b
-
actions-runner-win-x64-2.297.0-noruntime-noexternals.zip 1bae61e56a8fd6dce81195fea0b45ca3e6825052abf6a3af57b6b82858cd3623
-
actions-runner-win-arm64-2.297.0-noruntime-noexternals.zip <WIN_ARM64_SHA_NORUNTIME_NOEXTERNALS>
-
actions-runner-osx-x64-2.297.0-noruntime-noexternals.tar.gz 46ba20e252c62c6feded53a058c7be4b96a9882858ce063b7d04b1f1e2098978
-
actions-runner-osx-arm64-2.297.0-noruntime-noexternals.tar.gz 4f4e88068856472d219cd80b986b35d4e6cd177b551c30279035b97b9423366c
-
actions-runner-linux-x64-2.297.0-noruntime-noexternals.tar.gz 525315fcdf420c405c434fed77c5d68f3dc6f1e65142592bf6bb7908fc2ae466
-
actions-runner-linux-arm64-2.297.0-noruntime-noexternals.tar.gz ace20e5f9ff92727163e685e1367bcc9d17eafce3b6e970562e28f3c21cfb398
-
actions-runner-linux-arm-2.297.0-noruntime-noexternals.tar.gz cd6e09179f20dbca66550086c57ddd5ba0d59f4dde721b2de4162cbd0edafc1b