v2.290.0
Features
- Continue-on-error is now possible for the composite action steps (#1763)
- Now it's possible to use context evaluation in the
shell
of composite action run steps (#1767)
Bugs
- Fix a bug where job would be marked as 'cancelled' after self-hosted runner going offline (#1792)
- Translate paths in
github
andrunner
contexts when running on a container (#1762) - Warn about invalid flags when configuring or running the runner (#1781)
- Fix a bug where job hooks would use job level working directory (#1809)
Misc
- Allow warnings about actions using Node v12 (#1735)
- Better exception handling when runner is configured with invalid Url or token (#1741)
- Set user agent for websocket requests (#1791)
- Gracefully handle websocket failures (#1789)
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.290.0/actions-runner-win-x64-2.290.0.zip -OutFile actions-runner-win-x64-2.290.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.290.0.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.290.0/actions-runner-osx-x64-2.290.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.290.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.290.0/actions-runner-linux-x64-2.290.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.290.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.290.0/actions-runner-linux-arm64-2.290.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.290.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.290.0/actions-runner-linux-arm-2.290.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.290.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.290.0.zip 503faa06ef9c8bac447c405aa41f72ecd8ecc739fb9c1b87be032d8a1286edf2
-
actions-runner-osx-x64-2.290.0.tar.gz a3407268448c33386273ca242428dbf82ea60238a2f0219ed1dee0bd52a08697
-
actions-runner-linux-x64-2.290.0.tar.gz eb06fb098fc32570383669ae28f63c9ca4094d6cef3a96dd30c3f6ab7d5ecead
-
actions-runner-linux-arm64-2.290.0.tar.gz e002d4e1a1fc547e3598943759c1aae281dca2852d45883329402f96d60862c7
-
actions-runner-linux-arm-2.290.0.tar.gz d10ada086c75684c32fbcb39a369237b16fbeb2fdb6fb21455dd34035ac891a0
-
actions-runner-win-x64-2.290.0-noexternals.zip 6150ae8e71c5862a4e33c982773a66e272c42b67796bf3dc7e3e44c00497d0c1
-
actions-runner-osx-x64-2.290.0-noexternals.tar.gz bc33a11b47f49e1d3fea2de083a52121708e17e76cfe35533eca288cb4438bbc
-
actions-runner-linux-x64-2.290.0-noexternals.tar.gz 54740e60e7b72f25be69ea087c80154ec325467837b3a6c6da801f83de73503c
-
actions-runner-linux-arm64-2.290.0-noexternals.tar.gz 3ae7ddb661160032ee7adcd984d8333eda16dd9493032430014a8aa19ca9a6cc
-
actions-runner-linux-arm-2.290.0-noexternals.tar.gz 56e72ffa335caf03fcdaef2f687c91c88a28ecd0a8983ecca535dd8b153966de
-
actions-runner-win-x64-2.290.0-noruntime.zip cadc448281cb7405fff4e0a835e2f68046c8e43d9336155dc6df21ef862faf48
-
actions-runner-osx-x64-2.290.0-noruntime.tar.gz e1f97422a2a0e7bcb8ffc816690bf28dc40586afe6df3c26edb9da610c47ed32
-
actions-runner-linux-x64-2.290.0-noruntime.tar.gz 28c66d5c57e3c85f33037857ba5e8e61504f3f80d022d6c742767bd408445299
-
actions-runner-linux-arm64-2.290.0-noruntime.tar.gz bb3e44b6683382f4f7e403305d43e1a3f97ef06d34c6f999764fd87507c7387e
-
actions-runner-linux-arm-2.290.0-noruntime.tar.gz 174437fbb1402e22b24ec451cff788ada2ba232692e788430fd3ff3f54394b65
-
actions-runner-win-x64-2.290.0-noruntime-noexternals.zip 217957bd5a9519b739229b223cfe00ab7fa1eaa9d88d67d52ebbe250d38933ed
-
actions-runner-osx-x64-2.290.0-noruntime-noexternals.tar.gz 942c81a75c1841fa0e19f2b92743e94a35852ee9d696fab261cd0f05c6a70678
-
actions-runner-linux-x64-2.290.0-noruntime-noexternals.tar.gz 56c64f6f10589b002ec3be50b46df44181889baa19c0132f02414ee0a9b594c9
-
actions-runner-linux-arm64-2.290.0-noruntime-noexternals.tar.gz 1f9a060579d54eb407bbaff68bca03847c795b49efec8fa77c418b0415f130c3
-
actions-runner-linux-arm-2.290.0-noruntime-noexternals.tar.gz a2557190dcd310118bd2673ead098b6a0831e638c1cb47407cb361ab97e0fe18