releases.shpreview
GitHub/Actions Runner

Actions Runner

$npx -y @buildinternet/releases show github-actions-runner
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases4Avg1/moVersionsv2.331.0 → v2.333.1
Sep 20, 2022

Features

Bugs

  • Fixed an issue where container environment variables names or values could escape the docker command (#2108)

Misc

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.283.4/actions-runner-win-x64-2.283.4.zip -OutFile actions-runner-win-x64-2.283.4.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.283.4.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.283.4/actions-runner-osx-x64-2.283.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.283.4.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.283.4/actions-runner-linux-x64-2.283.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.283.4.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.283.4/actions-runner-linux-arm64-2.283.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.283.4.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.283.4/actions-runner-linux-arm-2.283.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.283.4.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.283.4.zip <!-- BEGIN SHA win-x64 -->437b92dda47fddbf96922b29d31fa58b7c803e2df7eb5ae77d99cafa814e97da<!-- END SHA win-x64 -->
  • actions-runner-osx-x64-2.283.4.tar.gz <!-- BEGIN SHA osx-x64 -->e8395c7eef61e1653e71598072d4f57d788452f96bad639e71e18dc8f4ab62fc<!-- END SHA osx-x64 -->
  • actions-runner-linux-x64-2.283.4.tar.gz <!-- BEGIN SHA linux-x64 -->23a122459b5e89be82d5247ce1b17db3be3ef0ed085746dceb58f6868b3d3539<!-- END SHA linux-x64 -->
  • actions-runner-linux-arm64-2.283.4.tar.gz <!-- BEGIN SHA linux-arm64 -->d13e930b28dbeefc73c1da3cbfd50dca104894174ce53534feb89033d8943d15<!-- END SHA linux-arm64 -->
  • actions-runner-linux-arm-2.283.4.tar.gz <!-- BEGIN SHA linux-arm -->103dfb4464eba37068115e59a57d9a6351a919850dea8ebdb066c4d53fd1c354<!-- END SHA linux-arm -->

Features

Bugs

  • Fixed an issue where container environment variables names or values could escape the docker command (#2108)

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.289.4/actions-runner-win-x64-2.289.4.zip -OutFile actions-runner-win-x64-2.289.4.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.289.4.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.289.4/actions-runner-osx-x64-2.289.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.289.4.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.289.4/actions-runner-linux-x64-2.289.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.289.4.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.289.4/actions-runner-linux-arm64-2.289.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.289.4.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.289.4/actions-runner-linux-arm-2.289.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.289.4.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.289.4.zip <!-- BEGIN SHA win-x64 -->48623323298b5b7ec7c49a37be0b1771b8b6f847770e39bf8d4a187c794ac35d<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.289.4.tar.gz <!-- BEGIN SHA osx-x64 -->7466bc9573f7f8de4fa0754c48484e12444a1404f21a8ec1a2de230e29a775ae<!-- END SHA osx-x64 -->

  • actions-runner-linux-x64-2.289.4.tar.gz <!-- BEGIN SHA linux-x64 -->1f9c9dacb04f35c703150dd6b174f56aed7d272dfac55c0b251507131aa78f98<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.289.4.tar.gz <!-- BEGIN SHA linux-arm64 -->3d5d5ab0263dab25301c696c220100fa360dd4eea48ffd53124993b75354a728<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.289.4.tar.gz <!-- BEGIN SHA linux-arm -->df909bbfea67cd20ed3fc92cd32d1b12a7f9a5713a38f614d59cf3ecf0b178db<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.289.4-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->79a4754e9a6db5ba92e3e47f74f5115cd62f2f20eaec3d98d43580f14dbf7069<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.289.4-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->2e620a75416fa6612e9e6b917a702ab3ff10db1b105a8c716f33a1a68fb034b3<!-- END SHA osx-x64_noexternals -->

  • actions-runner-linux-x64-2.289.4-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->e6b3bd0c7bfa0604a0fde2b47800b52003065b8e8ee483ba3358b36b928d40e4<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.289.4-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->fb1277028b8c21120cebda30665a80b2a26a9ee35150054a12ca33d75ff76a19<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.289.4-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->8ab9059cc8010d36c2c695e6d95a30390883fec09cf60bc55861dbd657578566<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.289.4-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->457f3cda7b1f8ae33f2d7e8803f0d4590e7fd28c30628a89e847b7212619598f<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.289.4-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->ff213631b87056214c070db507a2fc46f51fefcabebc7561947b40c2a89e95af<!-- END SHA osx-x64_noruntime -->

  • actions-runner-linux-x64-2.289.4-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->7fec5a5897a3e40e35b6cdc17a114aa05d826b2cde1f99a9004108a36f10eaa7<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.289.4-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->6bb6cdfdd59f734380ee33098488e3097f11ab49d668aaf0693aa9d18a4cac74<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.289.4-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->0ed11e91fe2f41586139707af76426eedd603d4957a25c0b92c09912282fac6f<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.289.4-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->4f3cf960d16581969e33ef689ee4fbae72d54ee09389de5adc631c98dbe058c5<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.289.4-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->de5827503407b8f4fa3f68f84082fae1d48da72997418287d25f5a4db1d02efc<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.289.4-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->57f2a41e50164a44bda7d1f0063597500bcbbbd76e248de21e8a69a0b2a5ece4<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.289.4-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->5f716daddad4da39ed78be8b4659bee445d8194d78e6379bce5e1c6a28d16395<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.289.4-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->a650bcaa8cdb44c47ea4f66179dc6cb436a482cd7814d74295bb994857b17482<!-- END SHA linux-arm_noruntime_noexternals -->

Features

Bugs

  • Fixed an issue where container environment variables names or values could escape the docker command (#2108)

Misc

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.293.1/actions-runner-win-x64-2.293.1.zip -OutFile actions-runner-win-x64-2.293.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.293.1.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.293.1/actions-runner-osx-x64-2.293.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.293.1.tar.gz

[Pre-release] 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.293.1/actions-runner-osx-arm64-2.293.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.293.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.293.1/actions-runner-linux-x64-2.293.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.293.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.293.1/actions-runner-linux-arm64-2.293.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.293.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.293.1/actions-runner-linux-arm-2.293.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.293.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.293.1.zip <!-- BEGIN SHA win-x64 -->c940816cbaafa7992e18c88bc1d00ce7578cfacfa19671ccea682ad323229153<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.293.1.tar.gz <!-- BEGIN SHA osx-x64 -->a1b8d473b1ef5baa29ec71d7aa0104c619336c9429ea9018d8208d6363a3722d<!-- END SHA osx-x64 -->

  • actions-runner-osx-arm64-2.293.1.tar.gz <!-- BEGIN SHA osx-arm64 -->d13f28d6dfde10343c18ae5109c2e31a53624365e6adda1ac227f3082ba40617<!-- END SHA osx-arm64 -->

  • actions-runner-linux-x64-2.293.1.tar.gz <!-- BEGIN SHA linux-x64 -->6a4d93f9ce4fee66041e49ac7ee2a3fcc6d3fe067e05736e48dfeaa486279218<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.293.1.tar.gz <!-- BEGIN SHA linux-arm64 -->35f51ee7e2a4dc158613a988df5577d394f1675189e7d73a395617c075ee2b9f<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.293.1.tar.gz <!-- BEGIN SHA linux-arm -->d49cf8fb84ea05791df5990a59838b46263c49a750ae13ab7f9a1097efd11842<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.293.1-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->57c6561741618befafac0b5c6c7729a0417faa777692b37268d2e6b09340e58a<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.293.1-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->7a91fc9c2bbfc4169d7300e8c45dbc897eca5fbf2d4302cf33d232217bc203a0<!-- END SHA osx-x64_noexternals -->

  • actions-runner-osx-arm64-2.293.1-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->cb9e9c1b0fd06a248e879bfd1781b72d2be04a892a7c07cd6ea684b5c1c10287<!-- END SHA osx-arm64_noexternals -->

  • actions-runner-linux-x64-2.293.1-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->b227977f6e5be64530078023c1bc431d6f3d2afebf4b0517a03f9319d74300ad<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.293.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->d9394b4eddcd3e1cdb428d996391b1c914c5b3ff3f14628adb2d8f6490a1e225<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.293.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->d0a11ca8bd417de9874f7e84aff5b831f6ed75ba4475c6b912d3701f5f858c9b<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.293.1-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->45e259cffc4fbb4b025c2f5bd3ce1a9f5998fe6d6bb836d8c97716634fbc4520<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.293.1-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->14f04b956680294d9df843ef6c124dbc43a84f35b9b0f19f54167002d767c59a<!-- END SHA osx-x64_noruntime -->

  • actions-runner-osx-arm64-2.293.1-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->fb74d5e06ce596f9c2abb5887ece510fdcea97787374c5323c61cf9a2ba8fd35<!-- END SHA osx-arm64_noruntime -->

  • actions-runner-linux-x64-2.293.1-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->7ee03865261dc4346a49086cb4155bb72fd3b35bae56a99c7bf09152d753aa42<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.293.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->5c6151f69ce9b528b35159ace5f3fabd7988c094fbe76810d4da51089c354995<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.293.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->d746473c3fa42181e1d2fba68e99fa645f3841248534914d5451b51f0edc7f27<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.293.1-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->775ebb2ea3c3c5c76a50acb839b02b1ef8f9941d439da5ad4cde90e2fcee7c74<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.293.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->563661d717adeb4bb5dc0393e0f1f9efaac180a28b3cbb9ea6ed88bb0bd097c0<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-osx-arm64-2.293.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->491cfbb1097115a77d9762a6abd17a153e8da29133f81d3811beefc12350732b<!-- END SHA osx-arm64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.293.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->bd2db28e59f5169ae1649d936fbdf0e29dff8befa3a831ec8b47346145e2c016<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.293.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->833decd44a2b59b56533a55ff9e01882381a8e29fa2d60c301bfc3015d39ffe9<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.293.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->f277143d97f972cac6fa6c2ea64458f696220f584ef6d6f75f714abf4d0d64e2<!-- END SHA linux-arm_noruntime_noexternals -->

Sep 8, 2022

Bugs

  • Fixed an issue where self hosted environments had their docker env's overwritten (#2107)

Misc

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.296.2/actions-runner-win-x64-2.296.2.zip -OutFile actions-runner-win-x64-2.296.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.296.2.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.296.2/actions-runner-osx-x64-2.296.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.296.2.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.296.2/actions-runner-osx-arm64-2.296.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.296.2.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.296.2/actions-runner-linux-x64-2.296.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.296.2.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.296.2/actions-runner-linux-arm64-2.296.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.296.2.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.296.2/actions-runner-linux-arm-2.296.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.296.2.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.296.2.zip <!-- BEGIN SHA win-x64 -->96d03cf54dbfe2e016bd2aa5a08ffbd2a803b1899b0ae3eedf4bd18e370f14a4<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.296.2.tar.gz <!-- BEGIN SHA osx-x64 -->033b78d42f476f6ba55f3a083304221a21319da9f7543e82842209c5b9c27fe9<!-- END SHA osx-x64 -->

  • actions-runner-osx-arm64-2.296.2.tar.gz <!-- BEGIN SHA osx-arm64 -->ae7d0edbd7e0d5ebcbb6d5066d432d21731160b0a1148373a608c077bc9b80ca<!-- END SHA osx-arm64 -->

  • actions-runner-linux-x64-2.296.2.tar.gz <!-- BEGIN SHA linux-x64 -->34a8f34956cdacd2156d4c658cce8dd54c5aef316a16bbbc95eb3ca4fd76429a<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.296.2.tar.gz <!-- BEGIN SHA linux-arm64 -->0297855418398e0efcc487fe3dc581469c38534252f713fba22a603037eaa6b0<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.296.2.tar.gz <!-- BEGIN SHA linux-arm -->c34088b09bb0301bf16876909c4ff56be52d51992e0b4600f7cb2525046e5214<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.296.2-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->1685d87ef74ced74926798751b883eb174a1124c1e59034343574e62b60617b4<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.296.2-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->e4384e69c5d15bccc3554965c1f7c894b0128e30be9a7273f89a21df4e347a7c<!-- END SHA osx-x64_noexternals -->

  • actions-runner-osx-arm64-2.296.2-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->27b375a5b6183afc21f971708be86ceabc6c040cde24964b621e64a104b0a3df<!-- END SHA osx-arm64_noexternals -->

  • actions-runner-linux-x64-2.296.2-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->12276c22535184972b691333ee019893a5135488c42cda0746abbdd1434daaa4<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.296.2-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->ad51fe591b3582b09f187152f41d7ce3bd86cfd2c5b132c90d9c513085408e7b<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.296.2-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->08291eae8ec806e57412fe54639fc6c83002a813a352ca8e255ac8e8b6e2e33b<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.296.2-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->f8b28ac0dce7f178adb76db343a49ffb98cf075b554a393a7d03942d8996dcf2<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.296.2-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->28169dfa52b7aa7871b0fdf30e20078126989a57c7619b976672a3d348c7cb7d<!-- END SHA osx-x64_noruntime -->

  • actions-runner-osx-arm64-2.296.2-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->cc5fe8ad88412749cc37112f6066da7b07bcadf3694e4089cef6e2e3a247cca1<!-- END SHA osx-arm64_noruntime -->

  • actions-runner-linux-x64-2.296.2-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->d9707270cfa527287049df8dc13b94cb5eb86f15553b15142bd57738a33427ed<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.296.2-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->c6e7b1ee31295ddea7d906fd6987548395a7dcb0cd0220f787dcd035973a99b3<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.296.2-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->4de0827c0aecaa37087082904f8ac95555463bd968cc6c0c62fc76dc6acbdd2b<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.296.2-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->58cebad95fc921cef15c71a05adb03065ba7e1ed01deef047239756d0e705251<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.296.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->fde46e40794ca21fe9b920f4fbbd77691f72033bd7dd6e94ed2728536ec4444f<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-osx-arm64-2.296.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->05e96fa74c448b773980e56b3ac552411c5d8fe50845e5d74eba4054eef5305e<!-- END SHA osx-arm64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.296.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->e54c08b4e055e60c91d7ffcd58a500c8a911d8909c6ddbb7c6442daf71a933d8<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.296.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->dbc1c3298faf8b87698a14de880bb5d8d60a1c5a6d2a6a4cf395b0c3722a31ba<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.296.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->ae8b714bfa17acf5d144b7cac78df9938f1613ab060275b844dc3254e7ed65c0<!-- END SHA linux-arm_noruntime_noexternals -->

Aug 31, 2022

Bugs

  • Fixed an issue where job and service container envs were corrupted (#2091)

Misc

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.296.1/actions-runner-win-x64-2.296.1.zip -OutFile actions-runner-win-x64-2.296.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.296.1.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.296.1/actions-runner-osx-x64-2.296.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.296.1.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.296.1/actions-runner-osx-arm64-2.296.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.296.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.296.1/actions-runner-linux-x64-2.296.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.296.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.296.1/actions-runner-linux-arm64-2.296.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.296.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.296.1/actions-runner-linux-arm-2.296.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.296.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.296.1.zip <!-- BEGIN SHA win-x64 -->270e0cd0b7371030bf39ebfbe9ab47721932b4596635d258dc5ab002815113db<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.296.1.tar.gz <!-- BEGIN SHA osx-x64 -->0579ac67ee7a7149015bccb25200f3aceebb31f5cca8899506588bb088f578e6<!-- END SHA osx-x64 -->

  • actions-runner-osx-arm64-2.296.1.tar.gz <!-- BEGIN SHA osx-arm64 -->edfa54717295f532fee85fa09d7a4e9f02f80edc9874af60939df20bf765f189<!-- END SHA osx-arm64 -->

  • actions-runner-linux-x64-2.296.1.tar.gz <!-- BEGIN SHA linux-x64 -->bc943386c499508c1841bd046f78df4f22582325c5d8d9400de980cb3613ed3b<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.296.1.tar.gz <!-- BEGIN SHA linux-arm64 -->ce11e5d9c1cc299bd8a197b7807f6146fbe7494abb19765fb04664afbdb3755e<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.296.1.tar.gz <!-- BEGIN SHA linux-arm -->c9b8c806a080bf8b0922a6d3627bf53f4ed0e18e04dc2bc78318e6bf957540d7<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.296.1-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->78d2d4ec8781ee9dd784dd1fa5e8b09559cdac3c388c8f430f77866c38cd69f5<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.296.1-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->f736454e0ce86f5ea9fb2b1aeb81bc20dfcc50f8bce60bfbb7cf6e8dcf2fa12e<!-- END SHA osx-x64_noexternals -->

  • actions-runner-osx-arm64-2.296.1-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->c52f9ec92c88681704ea4e453534fe6e8f14807840f10b5d242f874a0f0a45fa<!-- END SHA osx-arm64_noexternals -->

  • actions-runner-linux-x64-2.296.1-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->cfcc83c83af72ea5fc13df3270e3e51fccf4ded55f7cf43f3e7b14a55b75eb8e<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.296.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->ec1695fdc726ec9e6c783f6a380a84563c76738f64a85ff5b513e339abb31d29<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.296.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->84e9ee3c64b9278cc70be2f25c6e0ee57451bab988843de2e647fdf73d3aa95e<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.296.1-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->8f5be60bffcd3f0254c9aa170cb177e632074053c86a1bc15aa974a962fdff25<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.296.1-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->d967129b1fa39a0bd864e85695ea3b34616c43e48fb912a3f14a4b53c72128ac<!-- END SHA osx-x64_noruntime -->

  • actions-runner-osx-arm64-2.296.1-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->b6e4ef0e245e9dfbe2472c0d1455ce989318910e18a764b38076ca859f8008ac<!-- END SHA osx-arm64_noruntime -->

  • actions-runner-linux-x64-2.296.1-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->0c8b86b9ef8daa3766f110a5e5ee494f065b6f34fdaafaf28725a66c90332125<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.296.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->ba50cb5ceea444246626508a959cfabaeb17fd8f46448925e9871aa7ed050bb8<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.296.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->82d07259c7bb58a545bf13f44586a7e09b7fba84a136cacdbcb69c164c370535<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.296.1-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->6d45b427c1415f75837c5a5e975b0a64eee7feca3ca0cece49d50df74364b328<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.296.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->ac4e203de987b8dd81e155fca9a9af242e7b1cf08ce48f61798c84c2815461b7<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-osx-arm64-2.296.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->9dcbcb1c83e9fca3eabbce4dc4c1ccf7d84d32a45f724617c838424f535282b7<!-- END SHA osx-arm64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.296.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->e31114f99dc4e2d5af8f2bf35ebf268d54ff9934608a545b331d5a1674c4f18b<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.296.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->b7449e5634e81ab53a977f16e1d588b689d9c927f913aaa01b180582bf7746f2<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.296.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->d9c2fc7256de0a0144d7abcaae5beff734f1d159fee6ea357b87f19eb6cd2077<!-- END SHA linux-arm_noruntime_noexternals -->

Aug 23, 2022

Bugs

  • Avoid key based command injection via Docker command arguments (#2062)

Misc

  • Added step context name and start/finish time in step telemetry (#2069)
  • Improved error logs when there is a missing 'using' token configuration in the metadata file (#2052)
  • Added full job name and nested workflow details in log (#2049)

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.296.0/actions-runner-win-x64-2.296.0.zip -OutFile actions-runner-win-x64-2.296.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.296.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.296.0/actions-runner-osx-x64-2.296.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.296.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.296.0/actions-runner-osx-arm64-2.296.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.296.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.296.0/actions-runner-linux-x64-2.296.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.296.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.296.0/actions-runner-linux-arm64-2.296.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.296.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.296.0/actions-runner-linux-arm-2.296.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.296.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.296.0.zip <!-- BEGIN SHA win-x64 -->9af93766de348df18b50d82366d78fafa215d1dd06c0a4163178bb279ef95d3a<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.296.0.tar.gz <!-- BEGIN SHA osx-x64 -->ca915f9dd3221bf1b6bad42d9b5f901d1b0e0dc40609bf32c25c2206df741c9d<!-- END SHA osx-x64 -->

  • actions-runner-osx-arm64-2.296.0.tar.gz <!-- BEGIN SHA osx-arm64 -->e358086b924d2e8d8abf50beec57ee7a3bb0c7d412f13abc51380f1b1894d776<!-- END SHA osx-arm64 -->

  • actions-runner-linux-x64-2.296.0.tar.gz <!-- BEGIN SHA linux-x64 -->d1fa9768ef81de108db24645cba174096dfb59b4dbb883016192384827f29e43<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.296.0.tar.gz <!-- BEGIN SHA linux-arm64 -->954b55035056175c48f05733e457528a74ba8946124dc48d305d482844d7743d<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.296.0.tar.gz <!-- BEGIN SHA linux-arm -->e9b4f7a13f378384d38e86a4d1742c3f9d68bbc23047c6a0832d1f9d8593645c<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.296.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->fd2b3ef660e5432311dc57800f8b20338be8c6f87d4e239dce10d23a7ebe78e6<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.296.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->f7a55eeedd50de3f306ddf423e9cbaed04b4f6df9b5987f43599076caf6a42c2<!-- END SHA osx-x64_noexternals -->

  • actions-runner-osx-arm64-2.296.0-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->a7c304f0036dd5e49b30d26d057a676498315c8abfaf40a8f7d524bea520a72d<!-- END SHA osx-arm64_noexternals -->

  • actions-runner-linux-x64-2.296.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->2b6c6c35522307c6c6398a123a62dbdc8b3f4e14faa4307f187bf36d02d15024<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.296.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->6aa44dc4cff660d212ba9b5a5d47d51989aacdd7a2cff627f1bbccea3cfc261b<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.296.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->2686609f8aacada04fb3ef90f01ea222d3c0cc1dbb34296ed97e29011066bfdd<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.296.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->f0245700d000f33712ab01cc9118b64e476539b1d029abd111c85609fd9cd38b<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.296.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->3162c93c2e368f65dc7cfe2536b2477ae2b33bd127776091671f362ab9c3425a<!-- END SHA osx-x64_noruntime -->

  • actions-runner-osx-arm64-2.296.0-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->677eeb04b687c1762231bf0e6b99227fe3ad761719091840ce55adabc7fae916<!-- END SHA osx-arm64_noruntime -->

  • actions-runner-linux-x64-2.296.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->e78d50e05ac88072137ecd558bfce12cf66a0d8dd27a16945bf9189ecb88ad51<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.296.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->729ec9bcc092cbcecce21c003c855239cd3781f43d5735a0512deca11edb28f2<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.296.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->6b3c061ba8d2de40bd5a3568e866a2cd95412f2f98715f3cfb0d03de54fd26cf<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.296.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->2f96b3ef3e8e126a81ab4c0a6cae0d4874d50e6bab8e8270f086e037cfcf38bc<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.296.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->8003fad18b3cc9cb4b207313eee699d26d1ff6e3006d59d7b6440884eafd96b2<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-osx-arm64-2.296.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->c98b648c1ccd66fc9e3f37aaec8b4191cdc16d85a46bc1a10ab18ab286c8014c<!-- END SHA osx-arm64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.296.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->5833a87d4fb21fbc5610921540bf319e59e6652caf629b3d65c5674b49cf19db<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.296.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->5af5ebae1cc14ec7289bc1417f16381af4500b9cf1ba0ffd4db8b80ddd2a0f14<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.296.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->5421d0ce5e8ed96f3bd2fee2914e2ab484e2c05ec314dad6129fc02b116d2088<!-- END SHA linux-arm_noruntime_noexternals -->

Aug 10, 2022

Features

  • GHES: Support connecting to GitHub Enterprise Server Actions Service on a subdomain

Bugs

  • Fixed a bug where GITHUB_ENV would not update correctly between composite action steps (#1794)
  • Fixed runner update bug caused by update.sh|cmd running too long (#2044)

Misc

  • Bump Newtonsoft.Json from 11.0.2 to 13.0.1 (#2012)
  • Change a periodic token expiry log message level from WARNING to VERBOSE (#2021)

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.295.0/actions-runner-win-x64-2.295.0.zip -OutFile actions-runner-win-x64-2.295.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.295.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.295.0/actions-runner-osx-x64-2.295.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.295.0.tar.gz

[Pre-release] 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.295.0/actions-runner-osx-arm64-2.295.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.295.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.295.0/actions-runner-linux-x64-2.295.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.295.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.295.0/actions-runner-linux-arm64-2.295.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.295.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.295.0/actions-runner-linux-arm-2.295.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.295.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.295.0.zip <!-- BEGIN SHA win-x64 -->bd448c6ce36121eeb7f71c2c56025c1a05027c133b3cff9c7094c6bfbcc1314f<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.295.0.tar.gz <!-- BEGIN SHA osx-x64 -->f419dd19a4a3b5172847a1de861e9a655d1a68632bd4c988cad3e8b621019cab<!-- END SHA osx-x64 -->

  • actions-runner-osx-arm64-2.295.0.tar.gz <!-- BEGIN SHA osx-arm64 -->373fc16210069909bfdd4d465ce8398eec7c66783276b489629d9f145d8a2b02<!-- END SHA osx-arm64 -->

  • actions-runner-linux-x64-2.295.0.tar.gz <!-- BEGIN SHA linux-x64 -->a80c1ab58be3cd4920ac2e51948723af33c2248b434a8a20bd9b3891ca4000b6<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.295.0.tar.gz <!-- BEGIN SHA linux-arm64 -->4cc263de142363d1521cd2db5f6c4baedcc9ed20a600546809458e39bc6e9e9f<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.295.0.tar.gz <!-- BEGIN SHA linux-arm -->1a524eb6abbec3e617c946c5e586d3006a60e90a9a36da850e1eb0219cefaf84<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.295.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->d55bd3fa3e03e8421c6624caf6ee4222ad4245b4342a3c4ef104eb17361c30fa<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.295.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->b7e9451b8a6ce784f35e16f7fdb7b5a528f4b631be4af93c131910b34c1bf936<!-- END SHA osx-x64_noexternals -->

  • actions-runner-osx-arm64-2.295.0-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->b67331d0a5085173fdf5750bd095b83f8efbda2200dfa152a4ddd7e924152e97<!-- END SHA osx-arm64_noexternals -->

  • actions-runner-linux-x64-2.295.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->8f86c9c719ff83da3b90401179562b9b5706ae283dda1045f905f18903dca9b6<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.295.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->4142caabd25f593ddab9ac31979969d0c73926e0dafeb9a801f49e3a06f5d2a6<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.295.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->d2ab2ec0f7eb252b55214e40f6ecc7ff823fdaf957f550da769c56e5d9db089f<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.295.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->422f094ff3e1f10d064c0b1ba5c27999fda16212c2e8bb9eca02c302f6fafc26<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.295.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->4c87a59662c35a4e1464ec32dd6c26a516ff515fdb66df658560afb7a773bfda<!-- END SHA osx-x64_noruntime -->

  • actions-runner-osx-arm64-2.295.0-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->7b9a023cd5d42d8493dcb46c2eaba402b811eb653512f778360e673e334ff054<!-- END SHA osx-arm64_noruntime -->

  • actions-runner-linux-x64-2.295.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->351d7357099cd8e55b42e296d5e617dd32d469ffd1b67228a5a002cd22c8c94b<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.295.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->0f5ef09d3ef1e3ddc0ac544df3b43cd1b6065fb3965aadbe4fa05949c1879f46<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.295.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->a3eaf17c6a6335cf8da38940e9c3c2cdb744f142065bb87bde52b9aaf4b75c24<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.295.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->f61339132ebfd2fa9fe53d1bde56a23dd96597e66444ac33e7dfca0fa2a15a1c<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.295.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->e65f0f3c9a7de0ae456d308f74f0954dd96c8f541d64e94b15cce484bcffb4a6<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-osx-arm64-2.295.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->fccd9d446cc4fed8f27698d343a69ec34110ae1ebde0e87461cc0490fb7628c2<!-- END SHA osx-arm64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.295.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->195ee4798b6b66a32587aaffc7a36c93808b4d2bd89e0fa790327c804dbfa2cb<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.295.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->66e7d964abf309ffcba77d6cc4e1508c512a278c0b626ff4ea967d5edc420a4b<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.295.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->e50ce343c985638ba9bcb622a9bafd28505e4f49d58b9c9d3a3aea2cd0ad097b<!-- END SHA linux-arm_noruntime_noexternals -->

Jun 22, 2022

Features

  • Added support for a JIT runner config (#1925)
  • Added ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION env option to force actions to run on a specific node version (#1913)

Bugs

  • Fixed a bug where container hooks passed in path as a string rather then an array of strings (#1948)

Misc

  • Minor cleanup of error messages when running container hooks (#1949)

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.294.0/actions-runner-win-x64-2.294.0.zip -OutFile actions-runner-win-x64-2.294.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.294.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.294.0/actions-runner-osx-x64-2.294.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.294.0.tar.gz

[Pre-release] 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.294.0/actions-runner-osx-arm64-2.294.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.294.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.294.0/actions-runner-linux-x64-2.294.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.294.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.294.0/actions-runner-linux-arm64-2.294.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.294.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.294.0/actions-runner-linux-arm-2.294.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.294.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.294.0.zip <!-- BEGIN SHA win-x64 -->22295b3078f7303ffb5ded4894188d85747b1b1a3d88a3eac4d0d076a2f62caa<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.294.0.tar.gz <!-- BEGIN SHA osx-x64 -->11041376754f6beaccb56101a3e79bf5fc5d6ff628460fa1ae419f9f439e24a2<!-- END SHA osx-x64 -->

  • actions-runner-osx-arm64-2.294.0.tar.gz <!-- BEGIN SHA osx-arm64 -->48ee1d58c977d6af82a5b48449a73d23ef5068e75917469d0315f32d4f4d1fef<!-- END SHA osx-arm64 -->

  • actions-runner-linux-x64-2.294.0.tar.gz <!-- BEGIN SHA linux-x64 -->a19a09f4eda5716e5d48ba86b6b78fc014880c5619b9dba4a059eaf65e131780<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.294.0.tar.gz <!-- BEGIN SHA linux-arm64 -->98c34d401105b83906fd988c184b96d1891eaa1b28856020211fee4a9c30bc2b<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.294.0.tar.gz <!-- BEGIN SHA linux-arm -->f29e1293addbf0e257ab09495b8cac0d8c35ecc9925284f24131e7dd83fa34b3<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.294.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->e76dc2d994a110e51e270248de24bbf856745114f034149e7d98b693d33fad69<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.294.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->749afe3d34def6b8ae31a5e847cb64a7b14283fcffd1a5883fcdc25d767c963f<!-- END SHA osx-x64_noexternals -->

  • actions-runner-osx-arm64-2.294.0-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->37fde32ae5b71af7e6296868784f6bb2ad55975e8bd34485f76840768ebeb69a<!-- END SHA osx-arm64_noexternals -->

  • actions-runner-linux-x64-2.294.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->5645d4466d3bf66e1cfc64c0fd8a087a987c55584996a97baafcd5fb59bb83f2<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.294.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->b898418f703790cb8e1067f93c0af8b707806b9f24b3e8d35500b57866a49d92<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.294.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->fc60ccb25a8245dc62f3d0afaf8b711b57df00a6ab654526c9f31741f758e41d<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.294.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->2014733ec44dd0a2f066184f63a2dec89d2f9f95e316caaa193f1637bdb79fa7<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.294.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->ede5375183529708a45f6888a5177d30e90c57bed5bf90967c33e41da757cedb<!-- END SHA osx-x64_noruntime -->

  • actions-runner-osx-arm64-2.294.0-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->74b97106ee0f45f1398ca5c6dace7d9d22485dfee6425e1da19f091682f4974e<!-- END SHA osx-arm64_noruntime -->

  • actions-runner-linux-x64-2.294.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->1904326304aa732e206dbe353bec5598d9ec32abfa1088c85b20961c9cc895a8<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.294.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->65ce8defa60a1fa267c05ad46a336e9173ad6f51ba02cd20a89156b15896487e<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.294.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->1532c26f45c68132310956a31df612ea601980467b3d02bf68afd9ea1ebf87da<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.294.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->f2d94706e5010ae34afbe0dcf2054474b26f096386e0c44429b8dd2e3f6f1254<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.294.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->fd263bbb886e2ef29fc2b7b565731beb8588e54c4192703386e5aa9572441b3d<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-osx-arm64-2.294.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->7c4e38f68254a2f093f1d2bff840ad8efef59bb5a1c7f6fb218ef3373162a64a<!-- END SHA osx-arm64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.294.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->37203da00517aab17cf8cd2628b359bd9898977dae5b10b65c754585f1d3ca9b<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.294.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->17100d15ab49a733db41585294cad9c168cf8148ec9dbb21aa6931d040a94feb<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.294.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->57e9e385073ec7c94d01bb336470a5dd86823bc70e5b865d1641d3ca3b654dc9<!-- END SHA linux-arm_noruntime_noexternals -->

Jun 10, 2022

Features

  • Allow self-hosted runner admins to fail jobs that don't have a job container (#1895)
  • Experimental: Self-hosted runner admins can now use scripts to customize the container invocation in the runner (#1853)

Bugs

  • Fixed an issue where a Job Hook would fail to execute if the shell path contains a space on Windows (#1826)

Misc

  • Handle new HostedRunnerShutdownMessage to shutdown hosted runners faster (#1922)

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.293.0/actions-runner-win-x64-2.293.0.zip -OutFile actions-runner-win-x64-2.293.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.293.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.293.0/actions-runner-osx-x64-2.293.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.293.0.tar.gz

[Pre-release] 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.293.0/actions-runner-osx-arm64-2.293.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.293.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.293.0/actions-runner-linux-x64-2.293.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.293.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.293.0/actions-runner-linux-arm64-2.293.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.293.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.293.0/actions-runner-linux-arm-2.293.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.293.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.293.0.zip <!-- BEGIN SHA win-x64 -->ae421f582b08cd7f8521c46991fc80685b643402fe3822eae2da23430819fb8b<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.293.0.tar.gz <!-- BEGIN SHA osx-x64 -->4bf6ec7f3b26ef641a58d77f19cf4b3f79bcd6d988c59d020ae96ae8be6ec787<!-- END SHA osx-x64 -->

  • actions-runner-osx-arm64-2.293.0.tar.gz <!-- BEGIN SHA osx-arm64 -->0198acfc65448b44e3f9c13def03e47f202291ea4ffb1b7c8c88f3cd14a3198a<!-- END SHA osx-arm64 -->

  • actions-runner-linux-x64-2.293.0.tar.gz <!-- BEGIN SHA linux-x64 -->06d62d551b686239a47d73e99a557d87e0e4fa62bdddcf1d74d4e6b2521f8c10<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.293.0.tar.gz <!-- BEGIN SHA linux-arm64 -->003fde87923900ae85d3a28f8b364936725bbd0f7eb9afeb73c40f3e117cc9c9<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.293.0.tar.gz <!-- BEGIN SHA linux-arm -->7910c0cb6a908735d1a1bf2849dcae8516848aa3f6d408ed9c35a95ca4d5266b<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.293.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->f12193a1ff080dc18e411fe4e9d0a075c2fc2aa1b9158f6c17df49e077073a43<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.293.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->aab417104901f447efa9831691e69a8656728c0c8719ac993a94657a7aca1e2b<!-- END SHA osx-x64_noexternals -->

  • actions-runner-osx-arm64-2.293.0-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->acf87045aea866cc22245fe3d23e1e0c62375dd48b33ea29b37a9861824a90af<!-- END SHA osx-arm64_noexternals -->

  • actions-runner-linux-x64-2.293.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->d0d17ceb37155731ab3703731d1a24773bee5073a979f370f53145d8c8a39b36<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.293.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->8f6efc21cb965ba5b5a76ab5d5f3023e653b4e8cca3d1dbcb328c54c42c93497<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.293.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->a4e020af409eeba5c2134ceab012e5f21543b416b30449c21ba25a3dad0b99f9<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.293.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->eb6fb9a3b5bf8616688ef5873a32ab41fc867ded5642ccf7a3fc6f85a0db7559<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.293.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->4cad2af211c0fe6a539714510cee0f8743df47a4980a9af5c9aec2f369f59b33<!-- END SHA osx-x64_noruntime -->

  • actions-runner-osx-arm64-2.293.0-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->ae2e64ee8616274534749a638d38a7a54dfc80aaeb19f3cd76246d403407478f<!-- END SHA osx-arm64_noruntime -->

  • actions-runner-linux-x64-2.293.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->4c96514f024ddbecf054b1d3deb7962f38272b564f6c88008eb82f1b50baeb02<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.293.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->973385a40cd6f0fc7adbec429924387e02ea0e606ff3218e0584981287042386<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.293.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->6fce751b95c7b661f6b19c778a76f7959935072d87b3c7b78e9e8519a921e62b<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.293.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->48ba9b307b0f18d7be21cc0a2c6001d70575bccd1ce4acdb964ff01b4ed9cddc<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.293.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->2c65b1474b152dd8087fcebb77ebb524c66217c75897ad4fec346c38015d88b0<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-osx-arm64-2.293.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->9c82abebad461c85995caea2d9fd7f58d9a49e6accc0dfcd487c88932af3667a<!-- END SHA osx-arm64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.293.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->4e534dd929eba39696ddf1cc259bf69400a19351021e127966da827f47e87dc6<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.293.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->05f4f4ca0fc021ecc5cce9e6f973ee10d4469131b922f9d8f5e4952e05ec2ef9<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.293.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->de554a0fcfe1722c371c5490b450e2dc0fbf3ab2f94730451b3faf12715a2c5b<!-- END SHA linux-arm_noruntime_noexternals -->

May 23, 2022

Features

  • Added a pre-release package for the macOS-arm64 architecture
    • Note that this packages is pre-release status and may not work with all existing actions

Bugs

  • Fixed an issue where live console logs would fail to close (#1903)

Misc

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.292.0/actions-runner-win-x64-2.292.0.zip -OutFile actions-runner-win-x64-2.292.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.292.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.292.0/actions-runner-osx-x64-2.292.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.292.0.tar.gz

[Pre-release] 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.292.0/actions-runner-osx-arm64-2.292.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.292.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.292.0/actions-runner-linux-x64-2.292.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.292.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.292.0/actions-runner-linux-arm64-2.292.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.292.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.292.0/actions-runner-linux-arm-2.292.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.292.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.292.0.zip <!-- BEGIN SHA win-x64 -->f27dae1413263e43f7416d719e0baf338c8d80a366fed849ecf5fffcec1e941f<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.292.0.tar.gz <!-- BEGIN SHA osx-x64 -->f1a1aea9524f72f962d906fa2a0f1e3c1e08d0497ea2aab803ac8feb0bc6c2b4<!-- END SHA osx-x64 -->

  • actions-runner-osx-arm64-2.292.0.tar.gz <!-- BEGIN SHA osx-arm64 -->9dca8355c6fcd3d6636984cc3d7876ff6f321aa876b6e3a03a37467b3fa0f5e6<!-- END SHA osx-arm64 -->

  • actions-runner-linux-x64-2.292.0.tar.gz <!-- BEGIN SHA linux-x64 -->14839ba9f3da01abdd51d1eae0eb53397736473542a8fae4b7618d05a5af7bb5<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.292.0.tar.gz <!-- BEGIN SHA linux-arm64 -->7e01a10a30688bf0fff984e4aaddf402d51def795ffad7717786a024c117a6bb<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.292.0.tar.gz <!-- BEGIN SHA linux-arm -->e8e7f6ceffc3778f27131f6df4ac88f139687082d0259421030eee7fc24a2bb3<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.292.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->702ed7c29e2c859a8b9b938d03367f71740c525b881ca3e4424581f93846fe1b<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.292.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->c717c9880459926e14f4a6ad812684c0ec060a935ace91a88d8834b96d39b187<!-- END SHA osx-x64_noexternals -->

  • actions-runner-osx-arm64-2.292.0-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noexternals -->8310c7a09fad9c0ba25723d1b0ac1c3caa83d34fe810ff20e5fe3756692e7533<!-- END SHA osx-arm64_noexternals -->

  • actions-runner-linux-x64-2.292.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->ec8c333d0132e2c1d64b5801eef7a5ba56f3d8c2b53e38b997d2a71849d71431<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.292.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->ec939442ce547c04626c2a7a45532ffca13ddad996f40333ce6d6298e7179164<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.292.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->ebf14d67be9222f889916ae3eb1153454110fa9ddddaf7757778fe8430104200<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.292.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->768e79d4f3d013eafdc7c8dbb9eeff1d7c841e0bb90a9fa00bd1dc3e6aea186e<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.292.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->c4783721334dc9d65bfb244b122ca8122eb51cbc2b951936bce35260814b2f1c<!-- END SHA osx-x64_noruntime -->

  • actions-runner-osx-arm64-2.292.0-noruntime.tar.gz <!-- BEGIN SHA osx-arm64_noruntime -->ce2e18d01d8be4ac8e54f35592a4028c708ad93705cdb7ffa41d40b0df6ea8b7<!-- END SHA osx-arm64_noruntime -->

  • actions-runner-linux-x64-2.292.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->2d03b5f27ddf1e9f86e88ec405c49afa08b1f2582d334b1e4d1f80ca8a4b64d1<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.292.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->a89c4819873f6b8836e03ebcc1f4556539e6992fb63550a528369fa03400b165<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.292.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->7e8934cdcf596fe5a383e549742c8091e436ad465dfd0228a4872806ff7f3459<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.292.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->2e7854a99483d0aada07dd108e0c1fd93b989dfaf8aef0390c3039755e529f3e<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.292.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->48f4c9b51ab8da22e0720fbcb25cd69f7197f80d45af9b1032d6dd4111733291<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-osx-arm64-2.292.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-arm64_noruntime_noexternals -->d76056f46d6d770f0a5817272cb539070fb632dab3d0351f97fddea723cfe181<!-- END SHA osx-arm64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.292.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->b8ec1aeaa5b9661144feeff36ad307e25c1c880432f4d0697adcab22576b9ce3<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.292.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->033fe5d1159bae334975e613fb350aa31ba8091516a1ef0f6104290f50e2e1fd<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.292.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->2bd95d2b1bc0f0108c3b04240c2a974ce4ca4c31c34bfadc53244b2e77f31c3a<!-- END SHA linux-arm_noruntime_noexternals -->

Apr 29, 2022

Features

Bugs

  • Fixed a bug where windows path separators were used in generated folders (#1617)
  • Fixed an issue where runner's invoked via run.sh or run.cmd did not properly restart after update (#1812). This fix applies to all future updates after installing this version

Misc

  • Relaxed Actions Summary size limit to 1MiB (#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 <!-- BEGIN SHA win-x64 -->2a504f852b0ab0362d08a36a84984753c2ac159ef17e5d1cd93f661ecd367cbd<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.291.1.tar.gz <!-- BEGIN SHA osx-x64 -->1ed51d6f35af946e97bb1e10f1272197ded20dd55186ae463563cd2f58f476dc<!-- END SHA osx-x64 -->

  • actions-runner-linux-x64-2.291.1.tar.gz <!-- BEGIN SHA linux-x64 -->1bde3f2baf514adda5f8cf2ce531edd2f6be52ed84b9b6733bf43006d36dcd4c<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.291.1.tar.gz <!-- BEGIN SHA linux-arm64 -->c4823bd8322f80cb24a311ef49273f0677ff938530248242de7df33800a22900<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.291.1.tar.gz <!-- BEGIN SHA linux-arm -->a78e86ba6428a28733730bdff3a807480f9eeb843f4c64bd1bbc45de13e61348<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.291.1-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->287920fa3a58417230078906151f492eac2819c4565accc04143cbc06c54f203<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.291.1-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->3be33b523675ec5c1e00a919cab5d2ab94e3567149017ba99191befce2c51f58<!-- END SHA osx-x64_noexternals -->

  • actions-runner-linux-x64-2.291.1-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->50cc646f2a5948fe93743ff876aee28c0e527a3410aa53b7955cebf5b9c2ca35<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.291.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->f293f03bb1df90216c49acec7f58f839c1bde1e1c6e73963533fadaafcf0eaf4<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.291.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->51506b64da93f6757ad8a52bfa21dcf65d8c14a934cf6cb5a169fd2c97995475<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.291.1-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->7339d00c07fa25da978e81ee722098bd23875443c2ac60c06c0170b024508256<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.291.1-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->b9f0d09c97eb5a5e2e109e7f36798524090d2e2a1307164bf28ab26c9e31e0e2<!-- END SHA osx-x64_noruntime -->

  • actions-runner-linux-x64-2.291.1-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->505772924a8a30e192329b5059b8f3efa3ddb1fe3d253c7422743c5d94ee2f34<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.291.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->8423ad89e9b1e4ea7b1de785616fbcffffb7fe3ceedd5b29fcacae06302ee0fe<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.291.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->3bbcf13b84c3c6ad26a48fabf5f706682583a0f8bc96df386cf9d8cdfd521153<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.291.1-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->8b6f2bfeffc84fc7ac8f3ec1c5521a73c1349753e5aa02db7c9b793f3ea9ae4e<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.291.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->c6983b410617c5866da8bf3e8d46a2bfcbae9ee32aaaea8805ff7b4346ba61cb<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.291.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->ce3f00bb32df5aa4db757399b4debf1a4f2d924f6a07f236072ded4a4c2f16a8<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.291.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->05cb977780d958d45be601708e38eddd2b138f69ea45b432763ec26a9baa8d50<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.291.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->958b260419389400074ae185ba7130d7e9ae1a1769f43dfbd1207cf3f48700a9<!-- END SHA linux-arm_noruntime_noexternals -->

Features

  • Relaxed naming requirements for dockerfiles (e.g. Dockerfile.test can now be built) (#1738)

Bugs

  • Fixed a bug where windows path separators were used in generated folders (#1617)
  • Fixed an issue where runner's invoked via run.sh or run.cmd did not properly restart after update (#1812). This fix applies to all future updates after installing this version

Misc

  • Relaxed Actions Summary size limit to 1MiB (#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.0/actions-runner-win-x64-2.291.0.zip -OutFile actions-runner-win-x64-2.291.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.291.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.291.0/actions-runner-osx-x64-2.291.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.291.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.291.0/actions-runner-linux-x64-2.291.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.291.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.291.0/actions-runner-linux-arm64-2.291.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.291.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.291.0/actions-runner-linux-arm-2.291.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.291.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.291.0.zip <!-- BEGIN SHA win-x64 -->77fb54c3aca9168e744a543a9154d9c937c2a8b4aacc15abe9993a34671c4660<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.291.0.tar.gz <!-- BEGIN SHA osx-x64 -->cee6fcfbd74d9618b5ad4d774bf02b116b989d6c8cf6fce1112fcba504039f3d<!-- END SHA osx-x64 -->

  • actions-runner-linux-x64-2.291.0.tar.gz <!-- BEGIN SHA linux-x64 -->2a0d35205be36dd956760cc2e709c9e1537ef17e3d5423123b04ffc16bbba8da<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.291.0.tar.gz <!-- BEGIN SHA linux-arm64 -->127a3de7d7b9cf28b3e5016643a7a52aae5bac4c6950189bc7ebc2f8b0e320d6<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.291.0.tar.gz <!-- BEGIN SHA linux-arm -->a9ac32b7a9c26920229ce6c36491b560b3ece106fc01857e722001aa8fc49fd1<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.291.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->dbbf990d4adc28f97a1a50f721f01010e42998d6a1fb5b12a1889367f3c76fd5<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.291.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->0b36e5dd20c7893cdae185c3e4c2ab3a4c797164c79f2b460c2b9562f4e55cf6<!-- END SHA osx-x64_noexternals -->

  • actions-runner-linux-x64-2.291.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->6712965ab814d6388645f4f5f5310f6405959eee89e0ea417e4e1330acc8da9c<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.291.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->42cc2bab9ba6a7f79d5f7f9dd7bb93bf598c7518611cdfddc3d07ce0c1322861<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.291.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->b9f7ff5ee8b1aa38b27d552b4c1f130cde911f8afc7c861aab294abaee890cfb<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.291.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->e969d879258a2dd28649ea3ad85a72d37e020c70230203c97d3ef22dc018352c<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.291.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->3968829007fd014957488e9ccfdc2b8fb5a6066d4eac8c681024a79a3d12df71<!-- END SHA osx-x64_noruntime -->

  • actions-runner-linux-x64-2.291.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->687dccce21ed4bad5bd004d65460df1567989ae0196c93d2e0a84c04ad89d685<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.291.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->2481487022c136bbc9b1ae326c750425a493e2af5c8f274c0b72050651b94329<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.291.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->75fc947e3d265fe04ba2919a97094a46c7765aa1499a827d84f5f93fbab7ea6e<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.291.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->2332976b14fa19578ea5ef5911cdde30e2af8df1c7456f9a4bf1e1c31c3d11bf<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.291.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->7743a5a3ead706e438428aad2e6c9b539f1769885d8c0bc407918e80d95bda22<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.291.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->8e758590576c26d4cc2a243c48beaf1c3d4a5c184d0fcddcde8b1feedb1490df<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.291.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->7e3062ad3b3d836f26b3f8a5a97aab386437b41f887b36e8278417e8bf2850ef<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.291.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->f2cb71e9b239a8d1a35e6cd803e0acabf1edc39605d142150e99583ebe080b4d<!-- END SHA linux-arm_noruntime_noexternals -->

Apr 19, 2022

Features

Bugs

  • Fixed an issue where websockets failed to successfully close when posting log lines (#1790)

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.289.3/actions-runner-win-x64-2.289.3.zip -OutFile actions-runner-win-x64-2.289.3.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.289.3.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.289.3/actions-runner-osx-x64-2.289.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.289.3.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.289.3/actions-runner-linux-x64-2.289.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.289.3.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.289.3/actions-runner-linux-arm64-2.289.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.289.3.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.289.3/actions-runner-linux-arm-2.289.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.289.3.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.289.3.zip <!-- BEGIN SHA win-x64 -->ee331b260140b74862a81dbc70bae1839a1e39b823ca429619072430fd5f63a3<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.289.3.tar.gz <!-- BEGIN SHA osx-x64 -->c22ca2f20f2f95abba919bd377f8378361cf7ff41f0d73c485d423db0c418d50<!-- END SHA osx-x64 -->

  • actions-runner-linux-x64-2.289.3.tar.gz <!-- BEGIN SHA linux-x64 -->bdb4d906f2c49e9cce302172f885f75516943e58e015c1f7997d3a8e286321d3<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.289.3.tar.gz <!-- BEGIN SHA linux-arm64 -->7e712658f73caf3ccea4950b9ac5b370cfb1cce645b26aff972f08a095282972<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.289.3.tar.gz <!-- BEGIN SHA linux-arm -->5cce567e4f1d9f140dff68c634bdc768d976a79410fa05c0ff7c908c1dfd9955<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.289.3-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->65ad7dee956cf2d9deb3192a740f6209fbe4d5766c235b74c686997839a41cef<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.289.3-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->790a98c2fe256f5b8385d310cc71136cc8dbf867d7fa30040528505e784ce6b8<!-- END SHA osx-x64_noexternals -->

  • actions-runner-linux-x64-2.289.3-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->1b187674cefe9b4f14cee97db5bfef1d50ec6ee0a971091e0fe8fbad59db37c0<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.289.3-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->423e3c910a5b8b357d84c77a5b826b70f4909da1f8d854eb49d0ba3806ff5bcc<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.289.3-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->f6fff5abb9a4277d13127bd9d4760deced56f80411d62d992da860dde3ad6d21<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.289.3-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->13ee6c622d77c4f55fe42131de9f60ad9ae29a408625c02e64c3cd9f7eb5108d<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.289.3-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->3081cd416fb15156cde9ce37360e3a037bbe8f21782b8cd79d10949980f2231c<!-- END SHA osx-x64_noruntime -->

  • actions-runner-linux-x64-2.289.3-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->299c77b10017fe7aedf23e83a2dc1cd4b77254e19bf88c8bf79eaa6ad68aaada<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.289.3-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->c1f61106686c944d6c910e25fc8334fb6b49faabdfe8bba30373f629ebc9f3bc<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.289.3-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->0044877edb44577bf287b7712ae8c1f3438f42023318ffb2407f4a4149c76a15<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.289.3-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->14813adf5e08c9f5f2ae25ab6b868eb9452fcc3efc1ad6b26d00f1a2245c5e99<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.289.3-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->83616f68664a2929d4447053c08227ddc5e169289a2560b35652a7642d78f5b7<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.289.3-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->4894c993f8bdb105fa841eade658175f066075ee3f143235852141654748a35d<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.289.3-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->b5ab49e8b7d623250b731202631976d02ae49393bb668d89b1179248bf38a5f7<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.289.3-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->73ec1f6da2079cb701b1c80c4201164af78f9468cb92110440563827e066ed13<!-- END SHA linux-arm_noruntime_noexternals -->

Apr 14, 2022

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 and runner 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)
  • Capture telemetry when git errors on unsafe repository. (#1823)

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.1/actions-runner-win-x64-2.290.1.zip -OutFile actions-runner-win-x64-2.290.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.290.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.290.1/actions-runner-osx-x64-2.290.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.290.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.290.1/actions-runner-linux-x64-2.290.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.290.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.290.1/actions-runner-linux-arm64-2.290.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.290.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.290.1/actions-runner-linux-arm-2.290.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.290.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.290.1.zip <!-- BEGIN SHA win-x64 -->67de8c2e91b9949031748f976c9a1d071b0f135c8ddc03f06c9b63d68ad949ec<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.290.1.tar.gz <!-- BEGIN SHA osx-x64 -->86b4aa8a4aa889719c2d202443519c71bfdf5302dabb97a38ec95456506a99dc<!-- END SHA osx-x64 -->

  • actions-runner-linux-x64-2.290.1.tar.gz <!-- BEGIN SHA linux-x64 -->2b97bd3f4639a5df6223d7ce728a611a4cbddea9622c1837967c83c86ebb2baa<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.290.1.tar.gz <!-- BEGIN SHA linux-arm64 -->640596ec55df33efe1fff086e1379c1108cba6656791807708cdb664de51fb01<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.290.1.tar.gz <!-- BEGIN SHA linux-arm -->14a59f69eec7ea70dd14e9236c0f37ca677d8661b788718025d3baf2d64214e8<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.290.1-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->75a447196f531540f05f9a573f7a7f0c70e170e96e32911099cd14a43ded59e4<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.290.1-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->7dfba495b5a4dd42dca491d543dd4a3b60efe3e51503b8fd9a271b5823902eed<!-- END SHA osx-x64_noexternals -->

  • actions-runner-linux-x64-2.290.1-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->90d8ff12f1c502c67a7b772f306b95f7da91f63ef44e590696b97bdcb55a9e80<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.290.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->6cabdc2fbfdc0ff7d8853d23111c139294ed636284434d4d3be866362db5eb7f<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.290.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->dd2297817c6d8467e2455efd78dff9b24f66e2945029c5143b1e09bcb2de0e50<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.290.1-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->06c46c7d8da01fc95c65e48c45e95c09401a067ec0d65aae3cb83b6f7f350c7f<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.290.1-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->f8a34b9209b25f08b54ca81ff7d4c3a9321f685ff37b5add244f2a9c37c56eb8<!-- END SHA osx-x64_noruntime -->

  • actions-runner-linux-x64-2.290.1-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->29f53119071946131fc35cc591fa7cdc9cc8778fd294156b97270d583d09862a<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.290.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->983890e87df224501205575515ddf3aa4bfd37a3d1628fc9847d349d9dd07aa1<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.290.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->f4853393966c29700c3d720133aa04e170ca4e8f6c46fb4d37e4f2448a3c4903<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.290.1-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->ffd28e6997b88413d1deabca91640d70a0109a1fa23db86a9484621e9d9e73e9<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.290.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->e84d77eaa65a05be9d2ae3823a074475ab405dd8bfefd7b9d66765e310a82314<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.290.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->97399c20fa1f0d485bc0f6eb5c899ad14ab77790fc61ca09bfddc23d071482c9<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.290.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->71540f6a9ff92b5de8fc4d623ca4ce116d9aca15ef50ffa131242fe684e17266<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.290.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->1d11fd2ef68612a9b42e09ed0ef2aa9ddb0ff7e89fa7c8f3655433231ab40619<!-- END SHA linux-arm_noruntime_noexternals -->

Apr 12, 2022

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 and runner 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 <!-- BEGIN SHA win-x64 -->503faa06ef9c8bac447c405aa41f72ecd8ecc739fb9c1b87be032d8a1286edf2<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.290.0.tar.gz <!-- BEGIN SHA osx-x64 -->a3407268448c33386273ca242428dbf82ea60238a2f0219ed1dee0bd52a08697<!-- END SHA osx-x64 -->

  • actions-runner-linux-x64-2.290.0.tar.gz <!-- BEGIN SHA linux-x64 -->eb06fb098fc32570383669ae28f63c9ca4094d6cef3a96dd30c3f6ab7d5ecead<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.290.0.tar.gz <!-- BEGIN SHA linux-arm64 -->e002d4e1a1fc547e3598943759c1aae281dca2852d45883329402f96d60862c7<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.290.0.tar.gz <!-- BEGIN SHA linux-arm -->d10ada086c75684c32fbcb39a369237b16fbeb2fdb6fb21455dd34035ac891a0<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.290.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->6150ae8e71c5862a4e33c982773a66e272c42b67796bf3dc7e3e44c00497d0c1<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.290.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->bc33a11b47f49e1d3fea2de083a52121708e17e76cfe35533eca288cb4438bbc<!-- END SHA osx-x64_noexternals -->

  • actions-runner-linux-x64-2.290.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->54740e60e7b72f25be69ea087c80154ec325467837b3a6c6da801f83de73503c<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.290.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->3ae7ddb661160032ee7adcd984d8333eda16dd9493032430014a8aa19ca9a6cc<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.290.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->56e72ffa335caf03fcdaef2f687c91c88a28ecd0a8983ecca535dd8b153966de<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.290.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->cadc448281cb7405fff4e0a835e2f68046c8e43d9336155dc6df21ef862faf48<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.290.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->e1f97422a2a0e7bcb8ffc816690bf28dc40586afe6df3c26edb9da610c47ed32<!-- END SHA osx-x64_noruntime -->

  • actions-runner-linux-x64-2.290.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->28c66d5c57e3c85f33037857ba5e8e61504f3f80d022d6c742767bd408445299<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.290.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->bb3e44b6683382f4f7e403305d43e1a3f97ef06d34c6f999764fd87507c7387e<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.290.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->174437fbb1402e22b24ec451cff788ada2ba232692e788430fd3ff3f54394b65<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.290.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->217957bd5a9519b739229b223cfe00ab7fa1eaa9d88d67d52ebbe250d38933ed<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.290.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->942c81a75c1841fa0e19f2b92743e94a35852ee9d696fab261cd0f05c6a70678<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.290.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->56c64f6f10589b002ec3be50b46df44181889baa19c0132f02414ee0a9b594c9<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.290.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->1f9a060579d54eb407bbaff68bca03847c795b49efec8fa77c418b0415f130c3<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.290.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->a2557190dcd310118bd2673ead098b6a0831e638c1cb47407cb361ab97e0fe18<!-- END SHA linux-arm_noruntime_noexternals -->

Mar 30, 2022

Features

Bugs

  • Fixed an issue where websockets failed to successfully close when posting log lines (#1790)

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.289.2/actions-runner-win-x64-2.289.2.zip -OutFile actions-runner-win-x64-2.289.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.289.2.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.289.2/actions-runner-osx-x64-2.289.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.289.2.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.289.2/actions-runner-linux-x64-2.289.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.289.2.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.289.2/actions-runner-linux-arm64-2.289.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.289.2.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.289.2/actions-runner-linux-arm-2.289.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.289.2.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.289.2.zip <!-- BEGIN SHA win-x64 -->942723f875837fb167d7b3c772ea77163e42da7c0657a763461ecdb5b8987177<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.289.2.tar.gz <!-- BEGIN SHA osx-x64 -->291d0986c4f84172bfbaf3c75c861e427bfc48403c6a54b384e356f451af767b<!-- END SHA osx-x64 -->

  • actions-runner-linux-x64-2.289.2.tar.gz <!-- BEGIN SHA linux-x64 -->7ba89bb75397896a76e98197633c087a9499d4c1db7603f21910e135b0d0a238<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.289.2.tar.gz <!-- BEGIN SHA linux-arm64 -->22581dada58a3e7ec2fd8eec98096790df4269615540fae4df3bbb7080de7f62<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.289.2.tar.gz <!-- BEGIN SHA linux-arm -->e0b64b342f0c2825c595559d63cb29dc473eed648d194f052ed85e5a2ee7af56<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.289.2-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->8d53a73df6af3fe79c06df95a22bd27274c230810fa1a43ddf5763ffed0c439b<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.289.2-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->82a3e96ae0f2aa4b1829fdd123301d9e8a7e3f4063c9296fafb14a6963ba5325<!-- END SHA osx-x64_noexternals -->

  • actions-runner-linux-x64-2.289.2-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->87e74c5710308db25c8f5e1bf9e3867c6abfe3f93151b13bf23ea3065597b475<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.289.2-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->22cc226f367302ff12b82e47f3334e9416a40fea982ec0ea867b826ea6fcfe55<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.289.2-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->c272fbac2b45277a246e50c823b37bcc7c7bb0f6983cead15c2df2c9be3f00c0<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.289.2-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->887992c9a8759ced5286bb6a91269bd8430dbb06ec1766ed3dd27ed871e302f3<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.289.2-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->4f1f0d0390dd0251143151db22aa87fb1b6c04495be53014f5c88821c1ff126b<!-- END SHA osx-x64_noruntime -->

  • actions-runner-linux-x64-2.289.2-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->8b2f4e1eda17868fc888e53d210257d8d50eca288afba6d1e55358aa95e4be8a<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.289.2-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->7559379d5f337b277049437efc9a4f8935a51e8c0156ca8eeb58e9cccb0b2ee0<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.289.2-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->d01bf9267f7df7c0495b2f5db9c1f8598e8bf44740a1417147282cb6c493e637<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.289.2-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->58addd85a4cf0190fb5b283f79f746611448e2b5369382615d8206e82e51a477<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.289.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->a10d24361dd2649d600f2fdb95353497d4105dbf3276730e72edaf81bf056f7a<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.289.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->276ffee84e611b8eefed4aa51a872a871c9a7be438131e1c0f58f666d09a0350<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.289.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->83fddb36caf05cbcf48c763c2950c7a9463ae980aba125ab4167b631b5dabc4e<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.289.2-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->169a1e7e4092a4d29d57d998244aeee589158bf1ad67b096d8931c5f92b2e275<!-- END SHA linux-arm_noruntime_noexternals -->

Mar 18, 2022

Features

Bugs

  • Fixed a crash on runner startup (#1770)

Misc

  • Clarified the type of step running when running job started or completed hooks (#1769)

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.289.1/actions-runner-win-x64-2.289.1.zip -OutFile actions-runner-win-x64-2.289.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.289.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.289.1/actions-runner-osx-x64-2.289.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.289.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.289.1/actions-runner-linux-x64-2.289.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.289.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.289.1/actions-runner-linux-arm64-2.289.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.289.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.289.1/actions-runner-linux-arm-2.289.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.289.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.289.1.zip <!-- BEGIN SHA win-x64 -->5ae4f5890c5c7bdc447d67f4579f72de51f799d3fbbb900cbcc37b37503b0967<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.289.1.tar.gz <!-- BEGIN SHA osx-x64 -->53e7457cc15e401c91ea685f8f0ea1eacc8efb2340633e27637603bb6a3d0ccd<!-- END SHA osx-x64 -->

  • actions-runner-linux-x64-2.289.1.tar.gz <!-- BEGIN SHA linux-x64 -->d75a2b35c47df410bba1ede6196fc62b6063164f5d109bda1693641bba87a65f<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.289.1.tar.gz <!-- BEGIN SHA linux-arm64 -->28e09a31fe35863ef63507494642310eb7cbb9f2ae8c327cfce6962045a106f0<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.289.1.tar.gz <!-- BEGIN SHA linux-arm -->95d40261a858986459f7e45da361480ae1545b821162a46a0e4753a0deddf50d<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.289.1-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->b66e12b983e219b5e61e2aaf8ed3c898c333098dd7677a700f50e41a4c73c7f3<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.289.1-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->632e5628dd55a9ebf5e62fcfb6aa02ca3250ad6d4e72b2d1727e94ed70826a9d<!-- END SHA osx-x64_noexternals -->

  • actions-runner-linux-x64-2.289.1-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->8afdc8fea4b8cb72ffe3ccb8b245968f451f46757921b7cb1d2a7ba36d0f4c31<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.289.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->b5d3b39bc1a1310d4e714b5d9c928ef26f1cf4e12d698d82b0e4b271a7f4d4eb<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.289.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->13cde3c90b9cea170beb89976adac98585c8b7d97918b803098516e8961fdb48<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.289.1-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->10c60c7325b1372a31d15a9511eae4acbc9134896ec763702972b4205e8b7646<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.289.1-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->27cab9fe0c916edbd9e1f4178c66e42d9a9a0cacaae489f930860569c2df6e2f<!-- END SHA osx-x64_noruntime -->

  • actions-runner-linux-x64-2.289.1-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->fedba9e272a7a3cc1af03674cd85f8de92f23fa9a9859bd2a2a9dfef6c96a804<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.289.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->30d844173fb7fdbe359d482e27cd8cde2596399203a817db956d7501b42d68b0<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.289.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->8ad71dc24bfe531365cfbdd2f4b9340236c1497f08c30348471f5dae0bcb3811<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.289.1-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->78b9f36252b7101360549d1c2bc2b19a617c2c7f25e0a7601519daf3e8e6c54b<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.289.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->7d21828ffcb0f2b179a9cebf84dfa1b818b5638a325d5448f9ccf209960b308a<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.289.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->794c72945fcd934b27f3653b0bcccead7a7c7bb0feeb30581127a4b209cdee7e<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.289.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->292c9174991c4c30c037447f323383af5285ef34db6c55563310a3a44fc6dac4<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.289.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->87c396b7ce156d28850543cfa20bd1c6b1f8d294ad5c5ba675ee8c2f11920d9e<!-- END SHA linux-arm_noruntime_noexternals -->

Features

  • Added github.triggering_actor to the github context (#1726)
  • Save step information when creating annotations (#1744)
  • Improved performance of live log streaming (#1730, #1755)
  • Added Beta support for job started and completed hooks (#1737)

Bugs

Misc

  • Made some minor job telemetry improvements (#1747)
  • Added repository name and workflow file name to run.sh output (#1761)

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.289.0/actions-runner-win-x64-2.289.0.zip -OutFile actions-runner-win-x64-2.289.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.289.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.289.0/actions-runner-osx-x64-2.289.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.289.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.289.0/actions-runner-linux-x64-2.289.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.289.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.289.0/actions-runner-linux-arm64-2.289.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.289.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.289.0/actions-runner-linux-arm-2.289.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.289.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.289.0.zip <!-- BEGIN SHA win-x64 -->85fb5e6a97cc98b1653a975cbca0234282724b5cd8cca5be86669ff574f367dd<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.289.0.tar.gz <!-- BEGIN SHA osx-x64 -->8442dcad0e3b08235b6eb76395da4a97545ff47f76a0f06b6f8da0780c482d24<!-- END SHA osx-x64 -->

  • actions-runner-linux-x64-2.289.0.tar.gz <!-- BEGIN SHA linux-x64 -->d73e5d1d3d53be103970f2d775b5c355f0193f9989556dba27508cae2a7119c3<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.289.0.tar.gz <!-- BEGIN SHA linux-arm64 -->c4cb42877a86d344bb114a00fbb41f4e4ac1c7f7bd00150de0562c06689dbe30<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.289.0.tar.gz <!-- BEGIN SHA linux-arm -->b4807c1330b620ea84e9316d5e03c8654340406e23e9da4aef615b0005ed421a<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.289.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->987598e936af71185a7e48517211d77bed71c56d65d7e84c3a60cc2b8d8b1484<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.289.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->2d1577f8a55e13b72ca0200f38cadfacf3804c0b678db3e2f46c6f9e145b6bba<!-- END SHA osx-x64_noexternals -->

  • actions-runner-linux-x64-2.289.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->99b69ac438580309ae9e38820b3b29e0a42b490cbbb989b320b1a2cea28867be<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.289.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->136f247ac5a405a60743d67e6bd866267344bdc26e7120d6f65cf8a15b796c1a<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.289.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->0aa8c5a1cac929fae7d9b73f2386a70cced3a1672dcec124d6a0be13c7fb3f9a<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.289.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->d0deb4a3f46b4da36d3e7294f26ff74fd04fa1ce961f82a4bc6fa3b5f5f5eb9f<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.289.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->c39f2b52c175f3c72046e05d0ca1acae0415b26daf2e41481379c96adedfa52e<!-- END SHA osx-x64_noruntime -->

  • actions-runner-linux-x64-2.289.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->971f30db9ab88390050243689d0ae66e9acf1cc2844ad567432bc3b82d4e5012<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.289.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->644fecb832635eedeab001b830f11b719a4bb124cdc94114763ab22393f73521<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.289.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->5e8687792b9c2ca33bd025656cfa484c9988e4736936db74dea8c0adce7ab2fc<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.289.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->d2f4b9c73cb1e407d3223e35702d54390784a0fa2b44c750b8616eaac7a09b33<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.289.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->9cc3100b37c6d067637dfe8fc779a8296f277e2992122c5bde9b7d9876bc813b<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.289.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->a422055bb4d0ff2806fe8886f0040ec64c837f0d07ff0b9a02a4e5d42944bff5<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.289.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->02d040b685959827bc151bca897f6789e350d9b60be2f467b90460447073e108<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.289.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->e8d34d2139ea8531da1ff97d642661f063eafcd9ec78ca58ad221bcfbe6c1c5f<!-- END SHA linux-arm_noruntime_noexternals -->

Feb 28, 2022

Features

  • Make run.sh|cmd handle update without quitting so containers using them as entrypoints don't exit on update (#1646, #1633, #1708)
  • Add support for Step Summary (#1642, #1667, #1712)
  • Pass jobId to the actionsDownloadInfo controller (#1639)
  • updated systemd svc.sh to accept custom service file (#1612)
  • Add ability to specify runner group when creating service (#1675)
  • Prefer node16 over node12 when running internal scripts (#1621)
  • Sending telemetry about actions usage. (#1688)
  • Bump node12 version to latest (#1651)
  • Add internal to node version function and use better env var name (#1715)
  • Force JS Actions Node version to 16 if FF is on unless user opted out (#1716)

Bugs

  • Fix windows console runner update crash (#1670)
  • Retry policy for methods GetTenantCredential and GetJITRunnerTokenAsync (#1691)
  • Skip DeleteAgentSession when the acess token has been revoked. (#1692)
  • Repaired hashFiles call so if error was thrown, it was returned to process invoker (#1678)
  • Runner throws null ref exception when new line after EOF is missing (#1687)
  • Lets allow up to 150 characters for services on linux/mac (#1710)

Misc

  • Added examples and aligned language within docs/checks/actions.md (#1664)
  • Problem with debugging on macOS M1 (#1625)
  • Fix typo in hashFiles.ts. (#1672)
  • Allow mocked updates for E2E testing (#1654)
  • Move JobTelemetry and StepsTelemetry into GlobalContext. (#1680)
  • Fix inconsistency of outputs (both canceled and cancelled are used (#1624)

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.288.1/actions-runner-win-x64-2.288.1.zip -OutFile actions-runner-win-x64-2.288.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.288.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.288.1/actions-runner-osx-x64-2.288.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.288.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.288.1/actions-runner-linux-x64-2.288.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.288.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.288.1/actions-runner-linux-arm64-2.288.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.288.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.288.1/actions-runner-linux-arm-2.288.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.288.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.288.1.zip <!-- BEGIN SHA win-x64 -->1b952ec1cd214f3836de39f83e7366623ef012b1d08b60506c56d11186fcb5a1<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.288.1.tar.gz <!-- BEGIN SHA osx-x64 -->08d6dd274a1a497d052f5dae740a058d28660cfdcd8864d53857bd31a8521cdf<!-- END SHA osx-x64 -->

  • actions-runner-linux-x64-2.288.1.tar.gz <!-- BEGIN SHA linux-x64 -->325b89bdc1c67264ec6f4515afda4534f14a6477d9ba241da19c43f9bed2f5a6<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.288.1.tar.gz <!-- BEGIN SHA linux-arm64 -->9fbb98fc64f57d48e86b641bd3dd54d870123afc32886b5ca1c33bdc10afb6ee<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.288.1.tar.gz <!-- BEGIN SHA linux-arm -->5c72a731fec847fd9ede62b7424fa0d59fcb7f6e8dea7d50259ac1c6e534a685<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.288.1-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->ab12bec0032611749194d93d8137d8aaee04ed159e22b5629d32c9addc0f1989<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.288.1-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->c1aec2bcbe0044ef796f103d10d461322c57398d9b7aeccccf14528536632cf1<!-- END SHA osx-x64_noexternals -->

  • actions-runner-linux-x64-2.288.1-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->e3049fcb6b712688b7e37390ab8e2d109bbeb6a98e4207057506af72d644826a<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.288.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->b3f6e69093ff0154dffcaf836ec31d6d306d38404bc81a0da1ea25cae531ea24<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.288.1-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->40289aa6c3e582b18d0fa73fd27bd45242843f8b8110562387c78043a96883bb<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.288.1-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->2f01b918608defcf1a8db1747d8244bf31ea2b5fa979972d60a164ee9cf4d659<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.288.1-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->2a0472fac88a70e309401b2b37f6f9c55215fbbe444e1bc34e2487d9b3887335<!-- END SHA osx-x64_noruntime -->

  • actions-runner-linux-x64-2.288.1-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->41bc48cf9f63e6a3595c9c7d6d2ca575170c30304b521728a2ec8cd2baa8d5dd<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.288.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->7e320a7429f8a80bb4aa705011ffc875e89053ad1b3a7daeea0256801aac8bf3<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.288.1-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->6874f0020732b34c6c9b1abfe4f99b47782145426e250e42869cb16052e28a5f<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.288.1-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->f3f6fedd1d1ead91507fe4dbfc2a76ea10ddb952778266368a0e3b8fba1dba39<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.288.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->b3a22685d508fcc6195be9a3fb2ae9bfc537806976f50e21594a8c296b56453b<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.288.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->e286508e9aebea32fd1e201624af1e980e6fe27fc4ab62a940ed4f69903c7650<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.288.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->9efd98423a77452bb6cb90fbc3075c0b225e6aa52fe6575a7b32ffe611d00bec<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.288.1-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->76957fbc640c56af542f695c8274b7427720146ef7511f30406eafc3d3f5d8d9<!-- END SHA linux-arm_noruntime_noexternals -->

Features

  • Make run.sh|cmd handle update without quitting so containers using them as entrypoints don't exit on update (#1646, #1633, #1708)
  • Add support for Step Summary (#1642, #1667, #1712)
  • Pass jobId to the actionsDownloadInfo controller (#1639)
  • updated systemd svc.sh to accept custom service file (#1612)
  • Add ability to specify runner group when creating service (#1675)
  • Prefer node16 over node12 when running internal scripts (#1621)
  • Sending telemetry about actions usage. (#1688)
  • Bump node12 version to latest (#1651)
  • Add internal to node version function and use better env var name (#1715)
  • Force JS Actions Node version to 16 if FF is on unless user opted out (#1716)

Bugs

  • Fix windows console runner update crash (#1670)
  • Retry policy for methods GetTenantCredential and GetJITRunnerTokenAsync (#1691)
  • Skip DeleteAgentSession when the acess token has been revoked. (#1692)
  • Repaired hashFiles call so if error was thrown, it was returned to process invoker (#1678)
  • Runner throws null ref exception when new line after EOF is missing (#1687)
  • Lets allow up to 150 characters for services on linux/mac (#1710)

Misc

  • Added examples and aligned language within docs/checks/actions.md (#1664)
  • Problem with debugging on macOS M1 (#1625)
  • Fix typo in hashFiles.ts. (#1672)
  • Allow mocked updates for E2E testing (#1654)
  • Move JobTelemetry and StepsTelemetry into GlobalContext. (#1680)
  • Fix inconsistency of outputs (both canceled and cancelled are used (#1624)

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.288.0/actions-runner-win-x64-2.288.0.zip -OutFile actions-runner-win-x64-2.288.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.288.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.288.0/actions-runner-osx-x64-2.288.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.288.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.288.0/actions-runner-linux-x64-2.288.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.288.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.288.0/actions-runner-linux-arm64-2.288.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.288.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.288.0/actions-runner-linux-arm-2.288.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.288.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.288.0.zip <!-- BEGIN SHA win-x64 -->9ec6aa9a777a742caf05c8bfaf1cb33221b81033e3dd2672f66e1a597e7873e9<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.288.0.tar.gz <!-- BEGIN SHA osx-x64 -->60f91f26c65f69a7ceadb9ad4a87da2ddabee71bdf6a849e739b3ef892ccfe8c<!-- END SHA osx-x64 -->

  • actions-runner-linux-x64-2.288.0.tar.gz <!-- BEGIN SHA linux-x64 -->c32ad1e50ead23ea4689b9b0992bb406ab5518390e430f5ff8a906d8210b65e8<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.288.0.tar.gz <!-- BEGIN SHA linux-arm64 -->7c6009a0716925ad2714efc2a738d1b1c5c871c5df883969a7e556a8df05609c<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.288.0.tar.gz <!-- BEGIN SHA linux-arm -->f7c1adf50d542bab6360e15334c4177cdcdec6e1bb0f18a7e7b6984126329b86<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.288.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->f4a288dea471de9b8b28112680e19d36dc1d1c0537086f514e85086d05a08b06<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.288.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->9a6134c0e0fb518e2ac185526b15d0be5d2538d1dc1b97fb6c2b64e96fc67710<!-- END SHA osx-x64_noexternals -->

  • actions-runner-linux-x64-2.288.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->0e77868448ac56665316ba15a24342031f9c3a65f81de37404d02f0f9fa03685<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.288.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->0f2058632f9577c693b800cb5cd812fa852d0b91cf26ace65b4739c5d2c68072<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.288.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->d6f0651eaa3d467aa5c0b5465fdf73933d96ce6ee56a2e77170bd077df91b30a<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.288.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->37e07570f4d66e110343839e35eb6f195bde6d3ba53020828b8387becc3d5365<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.288.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->f8b4560f77fe9bf51ff83eb237702747e6487e30e74d8c0badd8eed12d52cfa7<!-- END SHA osx-x64_noruntime -->

  • actions-runner-linux-x64-2.288.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->1d81e3a4de1de480dca076261e93cc107b6b1c04edc42ddee2df024c5d17ff17<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.288.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->3c37e829e18282c373c467a94a663b84c2225a30a9170502cf1c5303658c212c<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.288.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->95a65c124fd4d722053ab53c1a473d66c097d10d5fba6aa82b6ff5fdc007f77d<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.288.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->d834246a34b68148c4a36866706e903024efea06cdbbe6fee05243213125c891<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.288.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->184882cfc214aae99f4ce9c4f95226c1b01e1a764b95611fd5c8350bceaff563<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.288.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->d9c99f120b8a7d97b997a089425b83b7e1115bfbb15fa811cb33fce35d416168<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.288.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->986f05626907f77c3bd43670fa5889794b76bdf58df54e190cf89d670a5f5bc5<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.288.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->44cb66fdad943c099552b28841e1801c116a37500ba559995f5118fb91bfe1cf<!-- END SHA linux-arm_noruntime_noexternals -->

Latest
v2.333.1
Tracking Since
Jul 21, 2021
Last checked Apr 20, 2026