Features
Bugs
- Fixed a bug where windows path separators were used in generated folders (actions#1617)
- Fixed an issue where runner's invoked via
run.sh
orrun.cmd
did not properly restart after update (actions#1812). This fix applies to all future updates after installing this version
Misc
- Relaxed Actions Summary size limit to 1MiB (actions#1839)
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.291.1/actions-runner-win-x64-2.291.1.zip -OutFile actions-runner-win-x64-2.291.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.291.1.zip", "$PWD")
OSX
# 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.291.1/actions-runner-osx-x64-2.291.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.291.1.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.291.1/actions-runner-linux-x64-2.291.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.291.1.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.291.1/actions-runner-linux-arm64-2.291.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.291.1.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.291.1/actions-runner-linux-arm-2.291.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.291.1.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.291.1.zip 5752511bba57be7a87d431428ca6fcceeee72cfbd5e92872f76d346a832e1f73
-
actions-runner-osx-x64-2.291.1.tar.gz 243dc847b30241b710405eaf39c73645de357ffbf1f67c1048bc9f72fafbcc4b
-
actions-runner-linux-x64-2.291.1.tar.gz 3007e3f19d04bad4a225aa9d902d5fcc795ddee5f7dde87479db8513cb7393eb
-
actions-runner-linux-arm64-2.291.1.tar.gz e891c2560a1a0cd7c7d6c8407d682a7eeb231e7bb684ca43fbe87d56ea846014
-
actions-runner-linux-arm-2.291.1.tar.gz 9b046aef80b9a4ce28f7c08aef8d3804ae4ebf1599bcb772bb0856abb0a3f630
-
actions-runner-win-x64-2.291.1-noexternals.zip ac06b2265cc741d0ba9c0589c409321cf59f0914bcc14010c5c112143289b4cd
-
actions-runner-osx-x64-2.291.1-noexternals.tar.gz 63592d3892dc031a5905c09b36db16469134e4242d1e3d10d5ba11bb803c98c7
-
actions-runner-linux-x64-2.291.1-noexternals.tar.gz bd3d3111045d424f560c986f40a4ff0f616cddb46149b085b7bc3bce3641e480
-
actions-runner-linux-arm64-2.291.1-noexternals.tar.gz dd446fa7d1a4da0988b3958d5a30594921621f992ad7d7d5c0cf9487442a0770
-
actions-runner-linux-arm-2.291.1-noexternals.tar.gz 8bbf4be847476a305b16e6e233c00b1d8b297ba50ff08863958f59db5a01137a
-
actions-runner-win-x64-2.291.1-noruntime.zip 2face60d9310b3bfd0b0c2f36bf1ceeeab9fa472a0051520ad628595d066cda6
-
actions-runner-osx-x64-2.291.1-noruntime.tar.gz 28672b46817825d1682a67acdd043976c5558587c998c4646b5a04e95a436050
-
actions-runner-linux-x64-2.291.1-noruntime.tar.gz e77d62262be5da4f92e540c86e0c2cf4e4bc954052873654eb9e7b8915fc34a4
-
actions-runner-linux-arm64-2.291.1-noruntime.tar.gz 8bf81f123e809c62c10eae6ba8d1cb607ca3e904e48d228b11f22f18bab731d3
-
actions-runner-linux-arm-2.291.1-noruntime.tar.gz a71e0a4b12b05dc7abd7679f34e151c83ebadae08e10dc02dfbe634271428e29
-
actions-runner-win-x64-2.291.1-noruntime-noexternals.zip 326ebed790fbfa2ab652c41b7bbe11ad84be75b795477eb306b9391110d70810
-
actions-runner-osx-x64-2.291.1-noruntime-noexternals.tar.gz 659de1053866d9110254666d8a74628cfa5f58f9ae21d03f5f436be939afb172
-
actions-runner-linux-x64-2.291.1-noruntime-noexternals.tar.gz 0d3860650c1d6bef9c14b16d78347e9839158ca8611d255a9bd0edd955f0c52d
-
actions-runner-linux-arm64-2.291.1-noruntime-noexternals.tar.gz 0bb9fc7de1fe634ea481041b90c0c71b7970bd90c10c4f0bef5a49edaf9b57e4
-
actions-runner-linux-arm-2.291.1-noruntime-noexternals.tar.gz 1285ade39731901da8d551a59b1b21ccb85fd936b1483e724454bcb6d48c82e7