Skip to content

Releases: actions/runner

v2.283.4

20 Sep 18:27
4369899
Compare
Choose a tag to compare
v2.283.4 Pre-release
Pre-release

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 437b92dda47fddbf96922b29d31fa58b7c803e2df7eb5ae77d99cafa814e97da
  • actions-runner-osx-x64-2.283.4.tar.gz e8395c7eef61e1653e71598072d4f57d788452f96bad639e71e18dc8f4ab62fc
  • actions-runner-linux-x64-2.283.4.tar.gz 23a122459b5e89be82d5247ce1b17db3be3ef0ed085746dceb58f6868b3d3539
  • actions-runner-linux-arm64-2.283.4.tar.gz d13e930b28dbeefc73c1da3cbfd50dca104894174ce53534feb89033d8943d15
  • actions-runner-linux-arm-2.283.4.tar.gz 103dfb4464eba37068115e59a57d9a6351a919850dea8ebdb066c4d53fd1c354

v2.296.2

08 Sep 17:46
21c30ed
Compare
Choose a tag to compare

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 96d03cf54dbfe2e016bd2aa5a08ffbd2a803b1899b0ae3eedf4bd18e370f14a4

  • actions-runner-osx-x64-2.296.2.tar.gz 033b78d42f476f6ba55f3a083304221a21319da9f7543e82842209c5b9c27fe9

  • actions-runner-osx-arm64-2.296.2.tar.gz ae7d0edbd7e0d5ebcbb6d5066d432d21731160b0a1148373a608c077bc9b80ca

  • actions-runner-linux-x64-2.296.2.tar.gz 34a8f34956cdacd2156d4c658cce8dd54c5aef316a16bbbc95eb3ca4fd76429a

  • actions-runner-linux-arm64-2.296.2.tar.gz 0297855418398e0efcc487fe3dc581469c38534252f713fba22a603037eaa6b0

  • actions-runner-linux-arm-2.296.2.tar.gz c34088b09bb0301bf16876909c4ff56be52d51992e0b4600f7cb2525046e5214

  • actions-runner-win-x64-2.296.2-noexternals.zip 1685d87ef74ced74926798751b883eb174a1124c1e59034343574e62b60617b4

  • actions-runner-osx-x64-2.296.2-noexternals.tar.gz e4384e69c5d15bccc3554965c1f7c894b0128e30be9a7273f89a21df4e347a7c

  • actions-runner-osx-arm64-2.296.2-noexternals.tar.gz 27b375a5b6183afc21f971708be86ceabc6c040cde24964b621e64a104b0a3df

  • actions-runner-linux-x64-2.296.2-noexternals.tar.gz 12276c22535184972b691333ee019893a5135488c42cda0746abbdd1434daaa4

  • actions-runner-linux-arm64-2.296.2-noexternals.tar.gz ad51fe591b3582b09f187152f41d7ce3bd86cfd2c5b132c90d9c513085408e7b

  • actions-runner-linux-arm-2.296.2-noexternals.tar.gz 08291eae8ec806e57412fe54639fc6c83002a813a352ca8e255ac8e8b6e2e33b

  • actions-runner-win-x64-2.296.2-noruntime.zip f8b28ac0dce7f178adb76db343a49ffb98cf075b554a393a7d03942d8996dcf2

  • actions-runner-osx-x64-2.296.2-noruntime.tar.gz 28169dfa52b7aa7871b0fdf30e20078126989a57c7619b976672a3d348c7cb7d

  • actions-runner-osx-arm64-2.296.2-noruntime.tar.gz cc5fe8ad88412749cc37112f6066da7b07bcadf3694e4089cef6e2e3a247cca1

  • actions-runner-linux-x64-2.296.2-noruntime.tar.gz d9707270cfa527287049df8dc13b94cb5eb86f15553b15142bd57738a33427ed

  • actions-runner-linux-arm64-2.296.2-noruntime.tar.gz c6e7b1ee31295ddea7d906fd6987548395a7dcb0cd0220f787dcd035973a99b3

  • actions-runner-linux-arm-2.296.2-noruntime.tar.gz 4de0827c0aecaa37087082904f8ac95555463bd968cc6c0c62fc76dc6acbdd2b

  • actions-runner-win-x64-2.296.2-noruntime-noexternals.zip 58cebad95fc921cef15c71a05adb03065ba7e1ed01deef047239756d0e705251

  • actions-runner-osx-x64-2.296.2-noruntime-noexternals.tar.gz fde46e40794ca21fe9b920f4fbbd77691f72033bd7dd6e94ed2728536ec4444f

  • actions-runner-osx-arm64-2.296.2-noruntime-noexternals.tar.gz 05e96fa74c448b773980e56b3ac552411c5d8fe50845e5d74eba4054eef5305e

  • actions-runner-linux-x64-2.296.2-noruntime-noexternals.tar.gz e54c08b4e055e60c91d7ffcd58a500c8a911d8909c6ddbb7c6442daf71a933d8

  • actions-runner-linux-arm64-2.296.2-noruntime-noexternals.tar.gz dbc1c3298faf8b87698a14de880bb5d8d60a1c5a6d2a6a4cf395b0c3722a31ba

  • actions-runner-linux-arm-2.296.2-noruntime-noexternals.tar.gz ae8b714bfa17acf5d144b7cac78df9938f1613ab060275b844dc3254e7ed65c0

v2.296.1

31 Aug 17:44
219852a
Compare
Choose a tag to compare

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 270e0cd0b7371030bf39ebfbe9ab47721932b4596635d258dc5ab002815113db

  • actions-runner-osx-x64-2.296.1.tar.gz 0579ac67ee7a7149015bccb25200f3aceebb31f5cca8899506588bb088f578e6

  • actions-runner-osx-arm64-2.296.1.tar.gz edfa54717295f532fee85fa09d7a4e9f02f80edc9874af60939df20bf765f189

  • actions-runner-linux-x64-2.296.1.tar.gz bc943386c499508c1841bd046f78df4f22582325c5d8d9400de980cb3613ed3b

  • actions-runner-linux-arm64-2.296.1.tar.gz ce11e5d9c1cc299bd8a197b7807f6146fbe7494abb19765fb04664afbdb3755e

  • actions-runner-linux-arm-2.296.1.tar.gz c9b8c806a080bf8b0922a6d3627bf53f4ed0e18e04dc2bc78318e6bf957540d7

  • actions-runner-win-x64-2.296.1-noexternals.zip 78d2d4ec8781ee9dd784dd1fa5e8b09559cdac3c388c8f430f77866c38cd69f5

  • actions-runner-osx-x64-2.296.1-noexternals.tar.gz f736454e0ce86f5ea9fb2b1aeb81bc20dfcc50f8bce60bfbb7cf6e8dcf2fa12e

  • actions-runner-osx-arm64-2.296.1-noexternals.tar.gz c52f9ec92c88681704ea4e453534fe6e8f14807840f10b5d242f874a0f0a45fa

  • actions-runner-linux-x64-2.296.1-noexternals.tar.gz cfcc83c83af72ea5fc13df3270e3e51fccf4ded55f7cf43f3e7b14a55b75eb8e

  • actions-runner-linux-arm64-2.296.1-noexternals.tar.gz ec1695fdc726ec9e6c783f6a380a84563c76738f64a85ff5b513e339abb31d29

  • actions-runner-linux-arm-2.296.1-noexternals.tar.gz 84e9ee3c64b9278cc70be2f25c6e0ee57451bab988843de2e647fdf73d3aa95e

  • actions-runner-win-x64-2.296.1-noruntime.zip 8f5be60bffcd3f0254c9aa170cb177e632074053c86a1bc15aa974a962fdff25

  • actions-runner-osx-x64-2.296.1-noruntime.tar.gz d967129b1fa39a0bd864e85695ea3b34616c43e48fb912a3f14a4b53c72128ac

  • actions-runner-osx-arm64-2.296.1-noruntime.tar.gz b6e4ef0e245e9dfbe2472c0d1455ce989318910e18a764b38076ca859f8008ac

  • actions-runner-linux-x64-2.296.1-noruntime.tar.gz 0c8b86b9ef8daa3766f110a5e5ee494f065b6f34fdaafaf28725a66c90332125

  • actions-runner-linux-arm64-2.296.1-noruntime.tar.gz ba50cb5ceea444246626508a959cfabaeb17fd8f46448925e9871aa7ed050bb8

  • actions-runner-linux-arm-2.296.1-noruntime.tar.gz 82d07259c7bb58a545bf13f44586a7e09b7fba84a136cacdbcb69c164c370535

  • actions-runner-win-x64-2.296.1-noruntime-noexternals.zip 6d45b427c1415f75837c5a5e975b0a64eee7feca3ca0cece49d50df74364b328

  • actions-runner-osx-x64-2.296.1-noruntime-noexternals.tar.gz ac4e203de987b8dd81e155fca9a9af242e7b1cf08ce48f61798c84c2815461b7

  • actions-runner-osx-arm64-2.296.1-noruntime-noexternals.tar.gz 9dcbcb1c83e9fca3eabbce4dc4c1ccf7d84d32a45f724617c838424f535282b7

  • actions-runner-linux-x64-2.296.1-noruntime-noexternals.tar.gz e31114f99dc4e2d5af8f2bf35ebf268d54ff9934608a545b331d5a1674c4f18b

  • actions-runner-linux-arm64-2.296.1-noruntime-noexternals.tar.gz b7449e5634e81ab53a977f16e1d588b689d9c927f913aaa01b180582bf7746f2

  • actions-runner-linux-arm-2.296.1-noruntime-noexternals.tar.gz d9c2fc7256de0a0144d7abcaae5beff734f1d159fee6ea357b87f19eb6cd2077

v2.296.0

23 Aug 14:57
0f46226
Compare
Choose a tag to compare

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 9af93766de348df18b50d82366d78fafa215d1dd06c0a4163178bb279ef95d3a

  • actions-runner-osx-x64-2.296.0.tar.gz ca915f9dd3221bf1b6bad42d9b5f901d1b0e0dc40609bf32c25c2206df741c9d

  • actions-runner-osx-arm64-2.296.0.tar.gz e358086b924d2e8d8abf50beec57ee7a3bb0c7d412f13abc51380f1b1894d776

  • actions-runner-linux-x64-2.296.0.tar.gz d1fa9768ef81de108db24645cba174096dfb59b4dbb883016192384827f29e43

  • actions-runner-linux-arm64-2.296.0.tar.gz 954b55035056175c48f05733e457528a74ba8946124dc48d305d482844d7743d

  • actions-runner-linux-arm-2.296.0.tar.gz e9b4f7a13f378384d38e86a4d1742c3f9d68bbc23047c6a0832d1f9d8593645c

  • actions-runner-win-x64-2.296.0-noexternals.zip fd2b3ef660e5432311dc57800f8b20338be8c6f87d4e239dce10d23a7ebe78e6

  • actions-runner-osx-x64-2.296.0-noexternals.tar.gz f7a55eeedd50de3f306ddf423e9cbaed04b4f6df9b5987f43599076caf6a42c2

  • actions-runner-osx-arm64-2.296.0-noexternals.tar.gz a7c304f0036dd5e49b30d26d057a676498315c8abfaf40a8f7d524bea520a72d

  • actions-runner-linux-x64-2.296.0-noexternals.tar.gz 2b6c6c35522307c6c6398a123a62dbdc8b3f4e14faa4307f187bf36d02d15024

  • actions-runner-linux-arm64-2.296.0-noexternals.tar.gz 6aa44dc4cff660d212ba9b5a5d47d51989aacdd7a2cff627f1bbccea3cfc261b

  • actions-runner-linux-arm-2.296.0-noexternals.tar.gz 2686609f8aacada04fb3ef90f01ea222d3c0cc1dbb34296ed97e29011066bfdd

  • actions-runner-win-x64-2.296.0-noruntime.zip f0245700d000f33712ab01cc9118b64e476539b1d029abd111c85609fd9cd38b

  • actions-runner-osx-x64-2.296.0-noruntime.tar.gz 3162c93c2e368f65dc7cfe2536b2477ae2b33bd127776091671f362ab9c3425a

  • actions-runner-osx-arm64-2.296.0-noruntime.tar.gz 677eeb04b687c1762231bf0e6b99227fe3ad761719091840ce55adabc7fae916

  • actions-runner-linux-x64-2.296.0-noruntime.tar.gz e78d50e05ac88072137ecd558bfce12cf66a0d8dd27a16945bf9189ecb88ad51

  • actions-runner-linux-arm64-2.296.0-noruntime.tar.gz 729ec9bcc092cbcecce21c003c855239cd3781f43d5735a0512deca11edb28f2

  • actions-runner-linux-arm-2.296.0-noruntime.tar.gz 6b3c061ba8d2de40bd5a3568e866a2cd95412f2f98715f3cfb0d03de54fd26cf

  • actions-runner-win-x64-2.296.0-noruntime-noexternals.zip 2f96b3ef3e8e126a81ab4c0a6cae0d4874d50e6bab8e8270f086e037cfcf38bc

  • actions-runner-osx-x64-2.296.0-noruntime-noexternals.tar.gz 8003fad18b3cc9cb4b207313eee699d26d1ff6e3006d59d7b6440884eafd96b2

  • actions-runner-osx-arm64-2.296.0-noruntime-noexternals.tar.gz c98b648c1ccd66fc9e3f37aaec8b4191cdc16d85a46bc1a10ab18ab286c8014c

  • actions-runner-linux-x64-2.296.0-noruntime-noexternals.tar.gz 5833a87d4fb21fbc5610921540bf319e59e6652caf629b3d65c5674b49cf19db

  • actions-runner-linux-arm64-2.296.0-noruntime-noexternals.tar.gz 5af5ebae1cc14ec7289bc1417f16381af4500b9cf1ba0ffd4db8b80ddd2a0f14

  • actions-runner-linux-arm-2.296.0-noruntime-noexternals.tar.gz 5421d0ce5e8ed96f3bd2fee2914e2ab484e2c05ec314dad6129fc02b116d2088

v2.295.0

10 Aug 14:53
78d13b4
Compare
Choose a tag to compare

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 bd448c6ce36121eeb7f71c2c56025c1a05027c133b3cff9c7094c6bfbcc1314f

  • actions-runner-osx-x64-2.295.0.tar.gz f419dd19a4a3b5172847a1de861e9a655d1a68632bd4c988cad3e8b621019cab

  • actions-runner-osx-arm64-2.295.0.tar.gz 373fc16210069909bfdd4d465ce8398eec7c66783276b489629d9f145d8a2b02

  • actions-runner-linux-x64-2.295.0.tar.gz a80c1ab58be3cd4920ac2e51948723af33c2248b434a8a20bd9b3891ca4000b6

  • actions-runner-linux-arm64-2.295.0.tar.gz 4cc263de142363d1521cd2db5f6c4baedcc9ed20a600546809458e39bc6e9e9f

  • actions-runner-linux-arm-2.295.0.tar.gz 1a524eb6abbec3e617c946c5e586d3006a60e90a9a36da850e1eb0219cefaf84

  • actions-runner-win-x64-2.295.0-noexternals.zip d55bd3fa3e03e8421c6624caf6ee4222ad4245b4342a3c4ef104eb17361c30fa

  • actions-runner-osx-x64-2.295.0-noexternals.tar.gz b7e9451b8a6ce784f35e16f7fdb7b5a528f4b631be4af93c131910b34c1bf936

  • actions-runner-osx-arm64-2.295.0-noexternals.tar.gz b67331d0a5085173fdf5750bd095b83f8efbda2200dfa152a4ddd7e924152e97

  • actions-runner-linux-x64-2.295.0-noexternals.tar.gz 8f86c9c719ff83da3b90401179562b9b5706ae283dda1045f905f18903dca9b6

  • actions-runner-linux-arm64-2.295.0-noexternals.tar.gz 4142caabd25f593ddab9ac31979969d0c73926e0dafeb9a801f49e3a06f5d2a6

  • actions-runner-linux-arm-2.295.0-noexternals.tar.gz d2ab2ec0f7eb252b55214e40f6ecc7ff823fdaf957f550da769c56e5d9db089f

  • actions-runner-win-x64-2.295.0-noruntime.zip 422f094ff3e1f10d064c0b1ba5c27999fda16212c2e8bb9eca02c302f6fafc26

  • actions-runner-osx-x64-2.295.0-noruntime.tar.gz 4c87a59662c35a4e1464ec32dd6c26a516ff515fdb66df658560afb7a773bfda

  • actions-runner-osx-arm64-2.295.0-noruntime.tar.gz 7b9a023cd5d42d8493dcb46c2eaba402b811eb653512f778360e673e334ff054

  • actions-runner-linux-x64-2.295.0-noruntime.tar.gz 351d7357099cd8e55b42e296d5e617dd32d469ffd1b67228a5a002cd22c8c94b

  • actions-runner-linux-arm64-2.295.0-noruntime.tar.gz 0f5ef09d3ef1e3ddc0ac544df3b43cd1b6065fb3965aadbe4fa05949c1879f46

  • actions-runner-linux-arm-2.295.0-noruntime.tar.gz a3eaf17c6a6335cf8da38940e9c3c2cdb744f142065bb87bde52b9aaf4b75c24

  • actions-runner-win-x64-2.295.0-noruntime-noexternals.zip f61339132ebfd2fa9fe53d1bde56a23dd96597e66444ac33e7dfca0fa2a15a1c

  • actions-runner-osx-x64-2.295.0-noruntime-noexternals.tar.gz e65f0f3c9a7de0ae456d308f74f0954dd96c8f541d64e94b15cce484bcffb4a6

  • actions-runner-osx-arm64-2.295.0-noruntime-noexternals.tar.gz fccd9d446cc4fed8f27698d343a69ec34110ae1ebde0e87461cc0490fb7628c2

  • actions-runner-linux-x64-2.295.0-noruntime-noexternals.tar.gz 195ee4798b6b66a32587aaffc7a36c93808b4d2bd89e0fa790327c804dbfa2cb

  • actions-runner-linux-arm64-2.295.0-noruntime-noexternals.tar.gz 66e7d964abf309ffcba77d6cc4e1508c512a278c0b626ff4ea967d5edc420a4b

  • actions-runner-linux-arm-2.295.0-noruntime-noexternals.tar.gz e50ce343c985638ba9bcb622a9bafd28505e4f49d58b9c9d3a3aea2cd0ad097b

v2.294.0

22 Jun 16:14
709bd61
Compare
Choose a tag to compare

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 22295b3078f7303ffb5ded4894188d85747b1b1a3d88a3eac4d0d076a2f62caa

  • actions-runner-osx-x64-2.294.0.tar.gz 11041376754f6beaccb56101a3e79bf5fc5d6ff628460fa1ae419f9f439e24a2

  • actions-runner-osx-arm64-2.294.0.tar.gz 48ee1d58c977d6af82a5b48449a73d23ef5068e75917469d0315f32d4f4d1fef

  • actions-runner-linux-x64-2.294.0.tar.gz a19a09f4eda5716e5d48ba86b6b78fc014880c5619b9dba4a059eaf65e131780

  • actions-runner-linux-arm64-2.294.0.tar.gz 98c34d401105b83906fd988c184b96d1891eaa1b28856020211fee4a9c30bc2b

  • actions-runner-linux-arm-2.294.0.tar.gz f29e1293addbf0e257ab09495b8cac0d8c35ecc9925284f24131e7dd83fa34b3

  • actions-runner-win-x64-2.294.0-noexternals.zip e76dc2d994a110e51e270248de24bbf856745114f034149e7d98b693d33fad69

  • actions-runner-osx-x64-2.294.0-noexternals.tar.gz 749afe3d34def6b8ae31a5e847cb64a7b14283fcffd1a5883fcdc25d767c963f

  • actions-runner-osx-arm64-2.294.0-noexternals.tar.gz 37fde32ae5b71af7e6296868784f6bb2ad55975e8bd34485f76840768ebeb69a

  • actions-runner-linux-x64-2.294.0-noexternals.tar.gz 5645d4466d3bf66e1cfc64c0fd8a087a987c55584996a97baafcd5fb59bb83f2

  • actions-runner-linux-arm64-2.294.0-noexternals.tar.gz b898418f703790cb8e1067f93c0af8b707806b9f24b3e8d35500b57866a49d92

  • actions-runner-linux-arm-2.294.0-noexternals.tar.gz fc60ccb25a8245dc62f3d0afaf8b711b57df00a6ab654526c9f31741f758e41d

  • actions-runner-win-x64-2.294.0-noruntime.zip 2014733ec44dd0a2f066184f63a2dec89d2f9f95e316caaa193f1637bdb79fa7

  • actions-runner-osx-x64-2.294.0-noruntime.tar.gz ede5375183529708a45f6888a5177d30e90c57bed5bf90967c33e41da757cedb

  • actions-runner-osx-arm64-2.294.0-noruntime.tar.gz 74b97106ee0f45f1398ca5c6dace7d9d22485dfee6425e1da19f091682f4974e

  • actions-runner-linux-x64-2.294.0-noruntime.tar.gz 1904326304aa732e206dbe353bec5598d9ec32abfa1088c85b20961c9cc895a8

  • actions-runner-linux-arm64-2.294.0-noruntime.tar.gz 65ce8defa60a1fa267c05ad46a336e9173ad6f51ba02cd20a89156b15896487e

  • actions-runner-linux-arm-2.294.0-noruntime.tar.gz 1532c26f45c68132310956a31df612ea601980467b3d02bf68afd9ea1ebf87da

  • actions-runner-win-x64-2.294.0-noruntime-noexternals.zip f2d94706e5010ae34afbe0dcf2054474b26f096386e0c44429b8dd2e3f6f1254

  • actions-runner-osx-x64-2.294.0-noruntime-noexternals.tar.gz fd263bbb886e2ef29fc2b7b565731beb8588e54c4192703386e5aa9572441b3d

  • actions-runner-osx-arm64-2.294.0-noruntime-noexternals.tar.gz 7c4e38f68254a2f093f1d2bff840ad8efef59bb5a1c7f6fb218ef3373162a64a

  • actions-runner-linux-x64-2.294.0-noruntime-noexternals.tar.gz 37203da00517aab17cf8cd2628b359bd9898977dae5b10b65c754585f1d3ca9b

  • actions-runner-linux-arm64-2.294.0-noruntime-noexternals.tar.gz 17100d15ab49a733db41585294cad9c168cf8148ec9dbb21aa6931d040a94feb

  • actions-runner-linux-arm-2.294.0-noruntime-noexternals.tar.gz 57e9e385073ec7c94d01bb336470a5dd86823bc70e5b865d1641d3ca3b654dc9

v2.293.0

10 Jun 14:02
7785d8e
Compare
Choose a tag to compare

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 ae421f582b08cd7f8521c46991fc80685b643402fe3822eae2da23430819fb8b

  • actions-runner-osx-x64-2.293.0.tar.gz 4bf6ec7f3b26ef641a58d77f19cf4b3f79bcd6d988c59d020ae96ae8be6ec787

  • actions-runner-osx-arm64-2.293.0.tar.gz 0198acfc65448b44e3f9c13def03e47f202291ea4ffb1b7c8c88f3cd14a3198a

  • actions-runner-linux-x64-2.293.0.tar.gz 06d62d551b686239a47d73e99a557d87e0e4fa62bdddcf1d74d4e6b2521f8c10

  • actions-runner-linux-arm64-2.293.0.tar.gz 003fde87923900ae85d3a28f8b364936725bbd0f7eb9afeb73c40f3e117cc9c9

  • actions-runner-linux-arm-2.293.0.tar.gz 7910c0cb6a908735d1a1bf2849dcae8516848aa3f6d408ed9c35a95ca4d5266b

  • actions-runner-win-x64-2.293.0-noexternals.zip f12193a1ff080dc18e411fe4e9d0a075c2fc2aa1b9158f6c17df49e077073a43

  • actions-runner-osx-x64-2.293.0-noexternals.tar.gz aab417104901f447efa9831691e69a8656728c0c8719ac993a94657a7aca1e2b

  • actions-runner-osx-arm64-2.293.0-noexternals.tar.gz acf87045aea866cc22245fe3d23e1e0c62375dd48b33ea29b37a9861824a90af

  • actions-runner-linux-x64-2.293.0-noexternals.tar.gz d0d17ceb37155731ab3703731d1a24773bee5073a979f370f53145d8c8a39b36

  • actions-runner-linux-arm64-2.293.0-noexternals.tar.gz 8f6efc21cb965ba5b5a76ab5d5f3023e653b4e8cca3d1dbcb328c54c42c93497

  • actions-runner-linux-arm-2.293.0-noexternals.tar.gz a4e020af409eeba5c2134ceab012e5f21543b416b30449c21ba25a3dad0b99f9

  • actions-runner-win-x64-2.293.0-noruntime.zip eb6fb9a3b5bf8616688ef5873a32ab41fc867ded5642ccf7a3fc6f85a0db7559

  • actions-runner-osx-x64-2.293.0-noruntime.tar.gz 4cad2af211c0fe6a539714510cee0f8743df47a4980a9af5c9aec2f369f59b33

  • actions-runner-osx-arm64-2.293.0-noruntime.tar.gz ae2e64ee8616274534749a638d38a7a54dfc80aaeb19f3cd76246d403407478f

  • actions-runner-linux-x64-2.293.0-noruntime.tar.gz 4c96514f024ddbecf054b1d3deb7962f38272b564f6c88008eb82f1b50baeb02

  • actions-runner-linux-arm64-2.293.0-noruntime.tar.gz 973385a40cd6f0fc7adbec429924387e02ea0e606ff3218e0584981287042386

  • actions-runner-linux-arm-2.293.0-noruntime.tar.gz 6fce751b95c7b661f6b19c778a76f7959935072d87b3c7b78e9e8519a921e62b

  • actions-runner-win-x64-2.293.0-noruntime-noexternals.zip 48ba9b307b0f18d7be21cc0a2c6001d70575bccd1ce4acdb964ff01b4ed9cddc

  • actions-runner-osx-x64-2.293.0-noruntime-noexternals.tar.gz 2c65b1474b152dd8087fcebb77ebb524c66217c75897ad4fec346c38015d88b0

  • actions-runner-osx-arm64-2.293.0-noruntime-noexternals.tar.gz 9c82abebad461c85995caea2d9fd7f58d9a49e6accc0dfcd487c88932af3667a

  • actions-runner-linux-x64-2.293.0-noruntime-noexternals.tar.gz 4e534dd929eba39696ddf1cc259bf69400a19351021e127966da827f47e87dc6

  • actions-runner-linux-arm64-2.293.0-noruntime-noexternals.tar.gz 05f4f4ca0fc021ecc5cce9e6f973ee10d4469131b922f9d8f5e4952e05ec2ef9

  • actions-runner-linux-arm-2.293.0-noruntime-noexternals.tar.gz de554a0fcfe1722c371c5490b450e2dc0fbf3ab2f94730451b3faf12715a2c5b

v2.292.0

23 May 15:24
d4b794d
Compare
Choose a tag to compare

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 f27dae1413263e43f7416d719e0baf338c8d80a366fed849ecf5fffcec1e941f

  • actions-runner-osx-x64-2.292.0.tar.gz f1a1aea9524f72f962d906fa2a0f1e3c1e08d0497ea2aab803ac8feb0bc6c2b4

  • actions-runner-osx-arm64-2.292.0.tar.gz 9dca8355c6fcd3d6636984cc3d7876ff6f321aa876b6e3a03a37467b3fa0f5e6

  • actions-runner-linux-x64-2.292.0.tar.gz 14839ba9f3da01abdd51d1eae0eb53397736473542a8fae4b7618d05a5af7bb5

  • actions-runner-linux-arm64-2.292.0.tar.gz 7e01a10a30688bf0fff984e4aaddf402d51def795ffad7717786a024c117a6bb

  • actions-runner-linux-arm-2.292.0.tar.gz e8e7f6ceffc3778f27131f6df4ac88f139687082d0259421030eee7fc24a2bb3

  • actions-runner-win-x64-2.292.0-noexternals.zip 702ed7c29e2c859a8b9b938d03367f71740c525b881ca3e4424581f93846fe1b

  • actions-runner-osx-x64-2.292.0-noexternals.tar.gz c717c9880459926e14f4a6ad812684c0ec060a935ace91a88d8834b96d39b187

  • actions-runner-osx-arm64-2.292.0-noexternals.tar.gz 8310c7a09fad9c0ba25723d1b0ac1c3caa83d34fe810ff20e5fe3756692e7533

  • actions-runner-linux-x64-2.292.0-noexternals.tar.gz ec8c333d0132e2c1d64b5801eef7a5ba56f3d8c2b53e38b997d2a71849d71431

  • actions-runner-linux-arm64-2.292.0-noexternals.tar.gz ec939442ce547c04626c2a7a45532ffca13ddad996f40333ce6d6298e7179164

  • actions-runner-linux-arm-2.292.0-noexternals.tar.gz ebf14d67be9222f889916ae3eb1153454110fa9ddddaf7757778fe8430104200

  • actions-runner-win-x64-2.292.0-noruntime.zip 768e79d4f3d013eafdc7c8dbb9eeff1d7c841e0bb90a9fa00bd1dc3e6aea186e

  • actions-runner-osx-x64-2.292.0-noruntime.tar.gz c4783721334dc9d65bfb244b122ca8122eb51cbc2b951936bce35260814b2f1c

  • actions-runner-osx-arm64-2.292.0-noruntime.tar.gz ce2e18d01d8be4ac8e54f35592a4028c708ad93705cdb7ffa41d40b0df6ea8b7

  • actions-runner-linux-x64-2.292.0-noruntime.tar.gz 2d03b5f27ddf1e9f86e88ec405c49afa08b1f2582d334b1e4d1f80ca8a4b64d1

  • actions-runner-linux-arm64-2.292.0-noruntime.tar.gz a89c4819873f6b8836e03ebcc1f4556539e6992fb63550a528369fa03400b165

  • actions-runner-linux-arm-2.292.0-noruntime.tar.gz 7e8934cdcf596fe5a383e549742c8091e436ad465dfd0228a4872806ff7f3459

  • actions-runner-win-x64-2.292.0-noruntime-noexternals.zip 2e7854a99483d0aada07dd108e0c1fd93b989dfaf8aef0390c3039755e529f3e

  • actions-runner-osx-x64-2.292.0-noruntime-noexternals.tar.gz 48f4c9b51ab8da22e0720fbcb25cd69f7197f80d45af9b1032d6dd4111733291

  • actions-runner-osx-arm64-2.292.0-noruntime-noexternals.tar.gz d76056f46d6d770f0a5817272cb539070fb632dab3d0351f97fddea723cfe181

  • actions-runner-linux-x64-2.292.0-noruntime-noexternals.tar.gz b8ec1aeaa5b9661144feeff36ad307e25c1c880432f4d0697adcab22576b9ce3

  • actions-runner-linux-arm64-2.292.0-noruntime-noexternals.tar.gz 033fe5d1159bae334975e613fb350aa31ba8091516a1ef0f6104290f50e2e1fd

  • actions-runner-linux-arm-2.292.0-noruntime-noexternals.tar.gz 2bd95d2b1bc0f0108c3b04240c2a974ce4ca4c31c34bfadc53244b2e77f31c3a

v2.291.1

29 Apr 15:01
496ec0d
Compare
Choose a tag to compare

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 2a504f852b0ab0362d08a36a84984753c2ac159ef17e5d1cd93f661ecd367cbd

  • actions-runner-osx-x64-2.291.1.tar.gz 1ed51d6f35af946e97bb1e10f1272197ded20dd55186ae463563cd2f58f476dc

  • actions-runner-linux-x64-2.291.1.tar.gz 1bde3f2baf514adda5f8cf2ce531edd2f6be52ed84b9b6733bf43006d36dcd4c

  • actions-runner-linux-arm64-2.291.1.tar.gz c4823bd8322f80cb24a311ef49273f0677ff938530248242de7df33800a22900

  • actions-runner-linux-arm-2.291.1.tar.gz a78e86ba6428a28733730bdff3a807480f9eeb843f4c64bd1bbc45de13e61348

  • actions-runner-win-x64-2.291.1-noexternals.zip 287920fa3a58417230078906151f492eac2819c4565accc04143cbc06c54f203

  • actions-runner-osx-x64-2.291.1-noexternals.tar.gz 3be33b523675ec5c1e00a919cab5d2ab94e3567149017ba99191befce2c51f58

  • actions-runner-linux-x64-2.291.1-noexternals.tar.gz 50cc646f2a5948fe93743ff876aee28c0e527a3410aa53b7955cebf5b9c2ca35

  • actions-runner-linux-arm64-2.291.1-noexternals.tar.gz f293f03bb1df90216c49acec7f58f839c1bde1e1c6e73963533fadaafcf0eaf4

  • actions-runner-linux-arm-2.291.1-noexternals.tar.gz 51506b64da93f6757ad8a52bfa21dcf65d8c14a934cf6cb5a169fd2c97995475

  • actions-runner-win-x64-2.291.1-noruntime.zip 7339d00c07fa25da978e81ee722098bd23875443c2ac60c06c0170b024508256

  • actions-runner-osx-x64-2.291.1-noruntime.tar.gz b9f0d09c97eb5a5e2e109e7f36798524090d2e2a1307164bf28ab26c9e31e0e2

  • actions-runner-linux-x64-2.291.1-noruntime.tar.gz 505772924a8a30e192329b5059b8f3efa3ddb1fe3d253c7422743c5d94ee2f34

  • actions-runner-linux-arm64-2.291.1-noruntime.tar.gz 8423ad89e9b1e4ea7b1de785616fbcffffb7fe3ceedd5b29fcacae06302ee0fe

  • actions-runner-linux-arm-2.291.1-noruntime.tar.gz 3bbcf13b84c3c6ad26a48fabf5f706682583a0f8bc96df386cf9d8cdfd521153

  • actions-runner-win-x64-2.291.1-noruntime-noexternals.zip 8b6f2bfeffc84fc7ac8f3ec1c5521a73c1349753e5aa02db7c9b793f3ea9ae4e

  • actions-runner-osx-x64-2.291.1-noruntime-noexternals.tar.gz c6983b410617c5866da8bf3e8d46a2bfcbae9ee32aaaea8805ff7b4346ba61cb

  • actions-runner-linux-x64-2.291.1-noruntime-noexternals.tar.gz ce3f00bb32df5aa4db757399b4debf1a4f2d924f6a07f236072ded4a4c2f16a8

  • actions-runner-linux-arm64-2.291.1-noruntime-noexternals.tar.gz 05cb977780d958d45be601708e38eddd2b138f69ea45b432763ec26a9baa8d50

  • actions-runner-linux-arm-2.291.1-noruntime-noexternals.tar.gz 958b260419389400074ae185ba7130d7e9ae1a1769f43dfbd1207cf3f48700a9

v2.291.0

29 Apr 12:00
dac4363
Compare
Choose a tag to compare
v2.291.0 Pre-release
Pre-release

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 77fb54c3aca9168e744a543a9154d9c937c2a8b4aacc15abe9993a34671c4660

  • actions-runner-osx-x64-2.291.0.tar.gz cee6fcfbd74d9618b5ad4d774bf02b116b989d6c8cf6fce1112fcba504039f3d

  • actions-runner-linux-x64-2.291.0.tar.gz 2a0d35205be36dd956760cc2e709c9e1537ef17e3d5423123b04ffc16bbba8da

  • actions-runner-linux-arm64-2.291.0.tar.gz 127a3de7d7b9cf28b3e5016643a7a52aae5bac4c6950189bc7ebc2f8b0e320d6

  • actions-runner-linux-arm-2.291.0.tar.gz a9ac32b7a9c26920229ce6c36491b560b3ece106fc01857e722001aa8fc49fd1

  • actions-runner-win-x64-2.291.0-noexternals.zip dbbf990d4adc28f97a1a50f721f01010e42998d6a1fb5b12a1889367f3c76fd5

  • actions-runner-osx-x64-2.291.0-noexternals.tar.gz 0b36e5dd20c7893cdae185c3e4c2ab3a4c797164c79f2b460c2b9562f4e55cf6

  • actions-runner-linux-x64-2.291.0-noexternals.tar.gz 6712965ab814d6388645f4f5f5310f6405959eee89e0ea417e4e1330acc8da9c

  • actions-runner-linux-arm64-2.291.0-noexternals.tar.gz 42cc2bab9ba6a7f79d5f7f9dd7bb93bf598c7518611cdfddc3d07ce0c1322861

  • actions-runner-linux-arm-2.291.0-noexternals.tar.gz b9f7ff5ee8b1aa38b27d552b4c1f130cde911f8afc7c861aab294abaee890cfb

  • actions-runner-win-x64-2.291.0-noruntime.zip e969d879258a2dd28649ea3ad85a72d37e020c70230203c97d3ef22dc018352c

  • actions-runner-osx-x64-2.291.0-noruntime.tar.gz 3968829007fd014957488e9ccfdc2b8fb5a6066d4eac8c681024a79a3d12df71

  • actions-runner-linux-x64-2.291.0-noruntime.tar.gz 687dccce21ed4bad5bd004d65460df1567989ae0196c93d2e0a84c04ad89d685

  • actions-runner-linux-arm64-2.291.0-noruntime.tar.gz 2481487022c136bbc9b1ae326c750425a493e2af5c8f274c0b72050651b94329

  • actions-runner-linux-arm-2.291.0-noruntime.tar.gz 75fc947e3d265fe04ba2919a97094a46c7765aa1499a827d84f5f93fbab7ea6e

  • actions-runner-win-x64-2.291.0-noruntime-noexternals.zip 2332976b14fa19578ea5ef5911cdde30e2af8df1c7456f9a4bf1e1c31c3d11bf

  • actions-runner-osx-x64-2.291.0-noruntime-noexternals.tar.gz 7743a5a3ead706e438428aad2e6c9b539f1769885d8c0bc407918e80d95bda22

  • actions-runner-linux-x64-2.291.0-noruntime-noexternals.tar.gz 8e758590576c26d4cc2a243c48beaf1c3d4a5c184d0fcddcde8b1feedb1490df

  • actions-runner-linux-arm64-2.291.0-noruntime-noexternals.tar.gz 7e3062ad3b3d836f26b3f8a5a97aab386437b41f887b36e8278417e8bf2850ef

  • actions-runner-linux-arm-2.291.0-noruntime-noexternals.tar.gz f2cb71e9b239a8d1a35e6cd803e0acabf1edc39605d142150e99583ebe080b4d