Skip to content

Releases: actions/runner

v2.300.0

14 Dec 08:50
b3e5620
Compare
Choose a tag to compare

Features

  • Expose github.actor_id, github.workflow_ref & github.workflow_sha as environment variable (#2249)
  • Added worker and listener logs to stdout (#2291, #2307)

Bugs

  • Made github.action_status output lowercase to be consistent with job.status' output (#1944)

Misc

  • Added small size runner image for ARC (#2250)
  • Small change to Node.js 12 deprecation message (#2262)
  • Added the option to use the --replace argument to the create-latest-svc.sh (#2273)
  • Made runner_name optional defaulting to hostname in delete.sh script (#1871)
  • Return exit code when MANUALLY_TRAP_SIG is exported (#2285)
  • Use results for uploading step summaries (#2301)

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.300.0/actions-runner-win-x64-2.300.0.zip -OutFile actions-runner-win-x64-2.300.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.300.0.zip", "$PWD")

[Pre-release] Windows arm64

Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.300.0/actions-runner-win-arm64-2.300.0.zip -OutFile actions-runner-win-arm64-2.300.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.300.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.300.0/actions-runner-osx-x64-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.300.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.300.0/actions-runner-osx-arm64-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.300.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.300.0/actions-runner-linux-x64-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.300.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.300.0/actions-runner-linux-arm64-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.300.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.300.0/actions-runner-linux-arm-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.300.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.300.0.zip 15119814c27bb0a5fc12138290fe9aa21f5df1910f2f10b06815df4f0e7f2bef

  • actions-runner-win-arm64-2.300.0.zip 4ffe7f00fd6ba1bcaee26cf784574fb37e8727e436fd1909f29a5de25c6176b3

  • actions-runner-osx-x64-2.300.0.tar.gz 623275e630bf936047bfab4e588f92213bd4481a8234f0a639bbeec01e678060

  • actions-runner-osx-arm64-2.300.0.tar.gz 39814d4e981183cc78294f06efa4b3d12b8cbb68bebc189bcd3bb8bdd77ba2e0

  • actions-runner-linux-x64-2.300.0.tar.gz fffee0d95033b141a14ce88debebb43b04f8d9e84d382cd6f22ed5ecdc2650d7

  • actions-runner-linux-arm64-2.300.0.tar.gz 55e7f1d5dd738916816dd975c326c32da8b88fb7c741f1613f24a862ef92a9fb

  • actions-runner-linux-arm-2.300.0.tar.gz da4ce929df71ab0cf117e4cb9b9f9a09d96d7935947ef0bccdcb4c078e5f4e10

  • actions-runner-win-x64-2.300.0-noexternals.zip 22e4cde605d588b19037b90db77d17ac15cf0a390ef7be10b2540246fd690072

  • actions-runner-win-arm64-2.300.0-noexternals.zip a0cf11a8281306bec4288f9121b66754d7aa32180d5ce99ce4a44dc17f05c5bb

  • actions-runner-osx-x64-2.300.0-noexternals.tar.gz 7c224567a35fbdd18418b9dd40073d27f4f6503cab253dce0ea8e912fef336fa

  • actions-runner-osx-arm64-2.300.0-noexternals.tar.gz d8a3ddd2ae46dd4179e5bd3a766e25cc17d6bb2c248ff893fcb5b7b9b554ef8d

  • actions-runner-linux-x64-2.300.0-noexternals.tar.gz f796f50578a3ebac274ba4fb8c17dde8f4975a3f44bde6453577aa7e52ca71a6

  • actions-runner-linux-arm64-2.300.0-noexternals.tar.gz b9a8d05e52b6010945e89d35c620a358e4c471f2a2113660c5add7e26fc3f07e

  • actions-runner-linux-arm-2.300.0-noexternals.tar.gz 801c84b4665e7f0a25bc99a3466011ebe66ef1754b918819ef9a8afcbee63ea2

  • actions-runner-win-x64-2.300.0-noruntime.zip 001f27eb932be623d1cea0298181209f53505453b1fd0ff619d90ff185f4a66d

  • actions-runner-win-arm64-2.300.0-noruntime.zip f3d78efb1cdfb4afade97309b3e6013c9877466642d6844678595b131c8538bb

  • actions-runner-osx-x64-2.300.0-noruntime.tar.gz 1a53ddd789dd35706ea515e8d72a1470530358c9428818d6511790ea7a9e1e14

  • actions-runner-osx-arm64-2.300.0-noruntime.tar.gz d9ecc75c73876d9c2174db3f4d00c4237f6ce0410f1bccc19257ece21e3b1990

  • actions-runner-linux-x64-2.300.0-noruntime.tar.gz 8fedabd03821f131969be4b8705767cb5cedb1103b7d06d7682ca84a5e295145

  • actions-runner-linux-arm64-2.300.0-noruntime.tar.gz 98555d9778201bbac1bedf64627a9947ac9fe1146f5e0182413372adeabf708a

  • actions-runner-linux-arm-2.300.0-noruntime.tar.gz 796f40d34cf39586dda548b69be0a52b5ee3b103b37e10994db14cf276def27c

  • actions-runner-win-x64-2.300.0-noruntime-noexternals.zip e14fdb34e5e57c148e8cf948fd190b868ea2c8db4d0639bc222d98024e89af86

  • actions-runner-win-arm64-2.300.0-noruntime-noexternals.zip 033d021b682319f71a07fdf5e63ef1ac2d18bcb106efca1b83de15d01c840437

  • actions-runner-osx-x64-2.300.0-noruntime-noexternals.tar.gz 390676d3571389c67d875fd3faa060c73f5a4da5b6d63869d16cb01e67327e13

  • actions-runner-osx-arm64-2.300.0-noruntime-noexternals.tar.gz 75998c73093f144b6ba6c3586cda1602b76fa0331500a56215584fcbd5a4a61d

  • actions-runner-linux-x64-2.300.0-noruntime-noexternals.tar.gz 0cdca5386ca07209e5dc4ea79c6e486c4acedfb688b48925ee741d0eb53eed43

  • actions-runner-linux-arm64-2.300.0-noruntime-noexternals.tar.gz ecafca8f419820fd7800f0b3e54d99757fc7657f9d7162cee93e8d6ecd954de0

  • actions-runner-linux-arm-2.300.0-noruntime-noexternals.tar.gz 531df34fc97984cdc87ca6177cd0c84fc57d89b9a9992cfc707f56fede1867c6

v2.299.1

03 Nov 00:04
Compare
Choose a tag to compare

Features

  • Displays the error logs in dedicated sub-sections of the Initialize containers section (#2182)
  • Add generateServiceConfig option for configure command (#2226)
  • Setting debug using GitHub Action variables (#2234)
  • run.sh installs SIGINT and SIGTERM traps to gracefully stop runner (#2233, 2240)

Bugs

  • Use Global.Variables instead of JobContext and include action path/ref in the message. (#2214)

Misc

  • Allow '--disableupdate' in create-latest-svc.sh (#2201)
  • Fix markup for support link (#2114)
  • Add runner devcontainer (#2187)
  • Setup linter for Runner (#2211, #2213, #2216)

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.299.1/actions-runner-win-x64-2.299.1.zip -OutFile actions-runner-win-x64-2.299.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.299.1.zip", "$PWD")

[Pre-release] Windows arm64

Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.299.1/actions-runner-win-arm64-2.299.1.zip -OutFile actions-runner-win-arm64-2.299.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.299.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.299.1/actions-runner-osx-x64-2.299.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.299.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.299.1/actions-runner-osx-arm64-2.299.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.299.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.299.1/actions-runner-linux-x64-2.299.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.299.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.299.1/actions-runner-linux-arm64-2.299.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.299.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.299.1/actions-runner-linux-arm-2.299.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.299.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.299.1.zip f7940b16451d6352c38066005f3ee6688b53971fcc20e4726c7907b32bfdf539

  • actions-runner-win-arm64-2.299.1.zip d1a9d8209f03589c8dc05ee17ae8d194756377773a4010683348cdd6eefa2da7

  • actions-runner-osx-x64-2.299.1.tar.gz b0128120f2bc48e5f24df513d77d1457ae845a692f60acf3feba63b8d01a8fdc

  • actions-runner-osx-arm64-2.299.1.tar.gz f73849b9a78459d2e08b9d3d2f60464a55920de120e228b0645b01abe68d9072

  • actions-runner-linux-x64-2.299.1.tar.gz 147c14700c6cb997421b9a239c012197f11ea9854cd901ee88ead6fe73a72c74

  • actions-runner-linux-arm64-2.299.1.tar.gz debe1cc9656963000a4fbdbb004f475ace5b84360ace2f7a191c1ccca6a16c00

  • actions-runner-linux-arm-2.299.1.tar.gz a4d66a766ff3b9e07e3e068a1d88b04e51c27c9b94ae961717e0a5f9ada998e6

  • actions-runner-win-x64-2.299.1-noexternals.zip 0d6d5cab162a793d6d0dc827bcc25589ef1b8911cbfe43cce4e394343e45dbb5

  • actions-runner-win-arm64-2.299.1-noexternals.zip 88f9fa8403633ac1a785f50aea7fa8289da9effb65190183d839db20df6bb148

  • actions-runner-osx-x64-2.299.1-noexternals.tar.gz 6d9ad11b5d7b49d2a0912c02c6f0f358195167cb87bb54121e4a5f0765231c07

  • actions-runner-osx-arm64-2.299.1-noexternals.tar.gz 35c79b475fe3554792d1362dc41b9964ce0c5e88dd7f20cf433d65d59a678437

  • actions-runner-linux-x64-2.299.1-noexternals.tar.gz c35428fe48d36542ccdaa2a02d2f481f4eb3eae9c13b9dad4d1fa30ae6bd8a98

  • actions-runner-linux-arm64-2.299.1-noexternals.tar.gz 0096a4695108eadb4dfc9a48330d9fb8c3ef9d3ee151da7612ad5051d66cda59

  • actions-runner-linux-arm-2.299.1-noexternals.tar.gz 03c8f756a52425911ddeaa3a98c95ec71d5984f1a7cc49ac52fc8126023c6029

  • actions-runner-win-x64-2.299.1-noruntime.zip fd8178a4458bf99cc500f02aa718513caee45ad2c3e6c7d1b156d5c559b23d32

  • actions-runner-win-arm64-2.299.1-noruntime.zip 2b10f01b663cababf24e8c5a272af6b2ec811fb4c69906970e65c4e0c6dbe1b7

  • actions-runner-osx-x64-2.299.1-noruntime.tar.gz 773b5860c04986758402986538d26950679d1919689bfcbc319802a2ef1ab10b

  • actions-runner-osx-arm64-2.299.1-noruntime.tar.gz 8e021d3e13073acb9501f8fb2fbf7132581ca42bf259691ab7662f39d028b232

  • actions-runner-linux-x64-2.299.1-noruntime.tar.gz 2bcd7b20182024034be1224d8f6236138afc34168176e46f5017333256a1bd19

  • actions-runner-linux-arm64-2.299.1-noruntime.tar.gz 7f02d79eaa92a047094c856483bee2ac7c9733b2d73530ebc2bdfba76c25878e

  • actions-runner-linux-arm-2.299.1-noruntime.tar.gz 30875a4c0b91ed15c7c101b7776e362bebca630a5ab2807603fd1fe92102a2b4

  • actions-runner-win-x64-2.299.1-noruntime-noexternals.zip e1daabd6544ae1daa0a38228a89da742991b28572c8717a7bf33ca7ae3c9371b

  • actions-runner-win-arm64-2.299.1-noruntime-noexternals.zip 8c94a991e832beedfaff3051784d394354a9a202789b0964de2d39792051fa45

  • actions-runner-osx-x64-2.299.1-noruntime-noexternals.tar.gz 8d2c0a60140b02d986a2a119b97514d07b655ecc04c6403b2737c7157e6a0979

  • actions-runner-osx-arm64-2.299.1-noruntime-noexternals.tar.gz b032c9ff4934762f602124f9b080aa20bb57474cd65bf22433f38c90d48c93d5

  • actions-runner-linux-x64-2.299.1-noruntime-noexternals.tar.gz d8076568a235aae95c7d6bc2a575bb722e1823f50cb17f364db631fad6200616

  • actions-runner-linux-arm64-2.299.1-noruntime-noexternals.tar.gz bcc4373e988b45a75e531050020bb8c87cd8ff873feecf5b67d3d171837dc55f

  • actions-runner-linux-arm-2.299.1-noruntime-noexternals.tar.gz 75a7706dc55fe0bc5fccfe1a15946a0d44b8486e0433fe162880020b157370b9

v2.299.0

02 Nov 19:10
c0d2110
Compare
Choose a tag to compare

Features

  • Displays the error logs in dedicated sub-sections of the Initialize containers section (#2182)
  • Add generateServiceConfig option for configure command (#2226)
  • Setting debug using GitHub Action variables (#2234)
  • run.sh installs SIGINT and SIGTERM traps to gracefully stop runner (#2233)

Bugs

  • Use Global.Variables instead of JobContext and include action path/ref in the message. (#2214)

Misc

  • Allow '--disableupdate' in create-latest-svc.sh (#2201)
  • Fix markup for support link (#2114)
  • Add runner devcontainer (#2187)
  • Setup linter for Runner (#2211, #2213, #2216)

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.299.0/actions-runner-win-x64-2.299.0.zip -OutFile actions-runner-win-x64-2.299.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.299.0.zip", "$PWD")

[Pre-release] Windows arm64

Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.299.0/actions-runner-win-arm64-2.299.0.zip -OutFile actions-runner-win-arm64-2.299.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.299.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.299.0/actions-runner-osx-x64-2.299.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.299.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.299.0/actions-runner-osx-arm64-2.299.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.299.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.299.0/actions-runner-linux-x64-2.299.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.299.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.299.0/actions-runner-linux-arm64-2.299.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.299.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.299.0/actions-runner-linux-arm-2.299.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.299.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.299.0.zip 4f43873b0bd50e651d3f1a8cff90f1d47e9fd3e469104cf7a7a0ffd67e9c4bbc

  • actions-runner-win-arm64-2.299.0.zip 0fb0156d3485ee55ec658e7c062964b7ec695d928fa090a14c09cba5fbb1dc8f

  • actions-runner-osx-x64-2.299.0.tar.gz 346fdf6221618de0834888e2549cbc51cf761cbb92244a18bdc6590b2b75f596

  • actions-runner-osx-arm64-2.299.0.tar.gz 35960097b07b7a7c1f608e8b8cd7207d4125f498c59c1e968905bc05b13072a1

  • actions-runner-linux-x64-2.299.0.tar.gz 3ff6a37a34824aeb068158dae436d3ad29e8ff6e2026c273baf092f7878c7d55

  • actions-runner-linux-arm64-2.299.0.tar.gz 6f40911e7d5f2dd32f70f60e049ac2a7358b8456dcd20ad345d57fa32f7c0f55

  • actions-runner-linux-arm-2.299.0.tar.gz 5bae63bb451157e2049538d7ae425ebb18debd09620116a0a8a1fea743090760

  • actions-runner-win-x64-2.299.0-noexternals.zip f3b8dcf5b76d343e8cabc0856ea950d9a1d1956285fb6da8120115cfc3229270

  • actions-runner-win-arm64-2.299.0-noexternals.zip d29dc232c28c85cbcfc3fb3bd0413ac10ef87619e9aa4835aaf27a7cc9ef5c64

  • actions-runner-osx-x64-2.299.0-noexternals.tar.gz 42feea86087212864b57584438b29efac290447d4fc0d402965e2fd97d0ca32e

  • actions-runner-osx-arm64-2.299.0-noexternals.tar.gz c3ae7f1a3fddcd0c4e65acffab0eb7de857abbed2a4b7d3d6b2363dd0bbf94b1

  • actions-runner-linux-x64-2.299.0-noexternals.tar.gz 41b9c834df66046d6e0c4619f1aa301a81e8ef36b092350712f9a64fa3caebbf

  • actions-runner-linux-arm64-2.299.0-noexternals.tar.gz e1ec43444a2864a85f76e3e670e066fd570f5995cc6a01193534e08a19266943

  • actions-runner-linux-arm-2.299.0-noexternals.tar.gz 676bece58dab610dc7d2fe00a95c3a412046a61e27eb0305836fca4c6b2fc4be

  • actions-runner-win-x64-2.299.0-noruntime.zip 45376a785a48731ea8a97bb3d82f13f77d4cd7346a57ba8a8f03b084d22f4614

  • actions-runner-win-arm64-2.299.0-noruntime.zip eea13e7f83128d4173d6e3ca86a832f50d8112ddd5af29d3b5007cf4af3ee7b1

  • actions-runner-osx-x64-2.299.0-noruntime.tar.gz c191a2f11eaa4809969ec0402838b8425e67f6dc55738d6b8ac16a924e7ff51d

  • actions-runner-osx-arm64-2.299.0-noruntime.tar.gz 5097d9d1cab8aef001e8ea6d116a55c3f77b985afab932d9cc2ab878261b2170

  • actions-runner-linux-x64-2.299.0-noruntime.tar.gz 8419656cd5b31d350f27d1139355d20a232c691f8790714f66a2f3914e34c0b3

  • actions-runner-linux-arm64-2.299.0-noruntime.tar.gz 93de3b188feb1f74a1a0a577949143255f125a288899fa503f9dbf507987da6b

  • actions-runner-linux-arm-2.299.0-noruntime.tar.gz 91c55b9164de6da67eb7a7ef74c30734e87661eee336fcf1566e3be3401f3d2b

  • actions-runner-win-x64-2.299.0-noruntime-noexternals.zip a205f48ab1574db8eb6e47cfcb58afa50c20864610aa120b5744c8dbce609ad9

  • actions-runner-win-arm64-2.299.0-noruntime-noexternals.zip e5c3255ebd955f4b1371eb10ecfa9aef787c886fd2c26764e160193191e4acd9

  • actions-runner-osx-x64-2.299.0-noruntime-noexternals.tar.gz 67f6a26a1deda2dd9176fd549130f9c3b0b3c6e856c3c4d76595b493b5ac3a2a

  • actions-runner-osx-arm64-2.299.0-noruntime-noexternals.tar.gz de78548a3e04c51914062f1d81d25cc4c55c9a60c3d93b9c6e29bdca83478d5e

  • actions-runner-linux-x64-2.299.0-noruntime-noexternals.tar.gz eb8a2985ad48b7dd975047ddf1011ab67b38f2c1b05e32dc60e8df7e9b36a2bc

  • actions-runner-linux-arm64-2.299.0-noruntime-noexternals.tar.gz d0e36f07c112eac8666741d3cf0dc8f293d3c7d585532ee31473c5ab65ad70dd

  • actions-runner-linux-arm-2.299.0-noruntime-noexternals.tar.gz c80fea2316ca56c437eb50d1459a240668383426584567c461cfadf5c3beaada

v2.298.2

04 Oct 16:50
f49f024
Compare
Choose a tag to compare

Features

  • [REVERTED] Service containers startup error logs are now included in workflow's logs (#2110)

Bugs

  • Fixed missing SHA for Windows arm64 release archive (#2171)

Misc

  • Added a feature flag to start warning on save-state and set-output deprecation (#2164)
  • Prepare supporting vars in workflow templates (#2096)

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.298.2/actions-runner-win-x64-2.298.2.zip -OutFile actions-runner-win-x64-2.298.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.298.2.zip", "$PWD")

[Pre-release] Windows arm64

Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.298.2/actions-runner-win-arm64-2.298.2.zip -OutFile actions-runner-win-arm64-2.298.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.298.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.298.2/actions-runner-osx-x64-2.298.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.298.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.298.2/actions-runner-osx-arm64-2.298.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.298.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.298.2/actions-runner-linux-x64-2.298.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.298.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.298.2/actions-runner-linux-arm64-2.298.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.298.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.298.2/actions-runner-linux-arm-2.298.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.298.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.298.2.zip 02c11d07fcc453f95fc5c15e11ea911cd0fd56f595bd70f2e8df87f46b2c796a

  • actions-runner-win-arm64-2.298.2.zip 8a312959e6e0f080baf78816ebe2ff725a655e5b5e2cc2e33fa15e7a4c5b32d7

  • actions-runner-osx-x64-2.298.2.tar.gz 0fb116f0d16ac75bcafa68c8db7c816f36688d3674266fe65139eefec3a9eb04

  • actions-runner-osx-arm64-2.298.2.tar.gz e124418a44139b4b80a7b732cfbaee7ef5d2f10eab6bcb3fd67d5541493aa971

  • actions-runner-linux-x64-2.298.2.tar.gz 0bfd792196ce0ec6f1c65d2a9ad00215b2926ef2c416b8d97615265194477117

  • actions-runner-linux-arm64-2.298.2.tar.gz 803e4aba36484ef4f126df184220946bc151ae1bbaf2b606b6e2f2280f5042e8

  • actions-runner-linux-arm-2.298.2.tar.gz 9ab9b967ab5b894bc0c89d92d852c161e120012bf7fb7e9153253c2cf9d2bf6c

  • actions-runner-win-x64-2.298.2-noexternals.zip fea6029dc8ba5af785e643630d177a376269156e9e8f2c3b3d57ff87d3635d79

  • actions-runner-win-arm64-2.298.2-noexternals.zip ae633d3fd80ce0cfe5ef29c15f67c37f7d734f94451e6dfd44a9c80429b886fd

  • actions-runner-osx-x64-2.298.2-noexternals.tar.gz cae930eba8402171d11530b75e678faa57db3a2683beb1814eaa49f187c90a70

  • actions-runner-osx-arm64-2.298.2-noexternals.tar.gz 668ccb54ac3073dcca26c8761c0080327777d6cad271f383391bf01803836ffc

  • actions-runner-linux-x64-2.298.2-noexternals.tar.gz 517fa704f04dba295fab6ffd1889dff9b4a3c5e547a70200c693cadd58f6f131

  • actions-runner-linux-arm64-2.298.2-noexternals.tar.gz b5276043e29dc13ff712692e3c432b12e87274b8a514a353eab18cf5e8462fa4

  • actions-runner-linux-arm-2.298.2-noexternals.tar.gz c7e6631d80fbe2c534711e5fb8d0178c3c4f43c44f6dbb1360797b9aca6d7c93

  • actions-runner-win-x64-2.298.2-noruntime.zip 4af855b03e563a648c0a88ee3f45e2a84f0faccf6f3c8043fec2074e6ddeaa1e

  • actions-runner-win-arm64-2.298.2-noruntime.zip 54bd2ab3e6801ce306a8e588e561ff922226dfe7d03d9bc2e3d257086ec9e790

  • actions-runner-osx-x64-2.298.2-noruntime.tar.gz de601153b028eb112c766e5bca6cd47614e05d8a2fe959d88ef5a22403755541

  • actions-runner-osx-arm64-2.298.2-noruntime.tar.gz a150ebe254d6145b41358c357812e3714280c7d40c93d14c14494bd898be3877

  • actions-runner-linux-x64-2.298.2-noruntime.tar.gz 85564dd990f7da868eced9e9ca6f66340236d88a76d8adf5b8b2f688dd680e76

  • actions-runner-linux-arm64-2.298.2-noruntime.tar.gz b035f53e1fe1bd087301dccd4e3b001b3d67483e37e2c731a5d1f536bfb9bddb

  • actions-runner-linux-arm-2.298.2-noruntime.tar.gz 851291bb6655d53b4ef9eadee312f9156437e57bcd083378751cb7e1454effe9

  • actions-runner-win-x64-2.298.2-noruntime-noexternals.zip 4e3a65eb25059573fd3fe95f1f19cff7c9beaab4d8a49598921f3a33c27be5f4

  • actions-runner-win-arm64-2.298.2-noruntime-noexternals.zip 0dbaf2a0c239c160fcaa0cddb7df73fae0a836891bc08acadaa9dde3bd9ad6f7

  • actions-runner-osx-x64-2.298.2-noruntime-noexternals.tar.gz d5e24f5d2e47781156cefa02b512fa5e3d9ada887b28b7f6b0b04f5030b9331e

  • actions-runner-osx-arm64-2.298.2-noruntime-noexternals.tar.gz 27fdd3117fe6d0520edd30a676eaf3230939124ea9f78cf6b6858d31071b2257

  • actions-runner-linux-x64-2.298.2-noruntime-noexternals.tar.gz 41219ffaeee2e202a1d0c87b0cb49f4e1f95ff3b501dd5c45827b13970395078

  • actions-runner-linux-arm64-2.298.2-noruntime-noexternals.tar.gz e234b6acad42d516fef0a7814f485f6b06b35608847a3879ab211d4a643c2d6a

  • actions-runner-linux-arm-2.298.2-noruntime-noexternals.tar.gz 120b3056fcf7d33e8ed4d1a379a91839816b2af05f6eaf77d9efd1e5aca9bf24

v2.298.1

04 Oct 15:35
c577be6
Compare
Choose a tag to compare

Features

  • Service containers startup error logs are now included in workflow's logs (#2110)

Bugs

  • Fixed missing SHA for Windows arm64 release archive (#2171)

Misc

  • Added a feature flag to start warning on save-state and set-output deprecation (#2164)
  • Prepare supporting vars in workflow templates (#2096)

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.298.1/actions-runner-win-x64-2.298.1.zip -OutFile actions-runner-win-x64-2.298.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.298.1.zip", "$PWD")

[Pre-release] Windows arm64

Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.298.1/actions-runner-win-arm64-2.298.1.zip -OutFile actions-runner-win-arm64-2.298.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.298.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.298.1/actions-runner-osx-x64-2.298.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.298.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.298.1/actions-runner-osx-arm64-2.298.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.298.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.298.1/actions-runner-linux-x64-2.298.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.298.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.298.1/actions-runner-linux-arm64-2.298.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.298.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.298.1/actions-runner-linux-arm-2.298.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.298.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.298.1.zip c22cea0ac69fde923ee21091ee2c2793222566424d19746ba250cef39ad15c96

  • actions-runner-win-arm64-2.298.1.zip c27c9e4a59ed7db69784ddfcde4a91a2de63ae8cf1a46fd9cde2db671a666658

  • actions-runner-osx-x64-2.298.1.tar.gz 7f2a7dc5275b0f9831ebff9132d6fdc5a767f7aef555cf4f1eb1a7f03c715695

  • actions-runner-osx-arm64-2.298.1.tar.gz 878994cc9e4f81280f8158cc52d983cdfa0413ee37fe484e9e5458ea808fbef8

  • actions-runner-linux-x64-2.298.1.tar.gz 0530380dda0afb5c1d63710391063c13c7c8137c25dbb56dacdde28fb4317940

  • actions-runner-linux-arm64-2.298.1.tar.gz 9198e04ca8b2d593cf83ebdd9c1b61f12a9640faee7412808a4aba428ec44e3c

  • actions-runner-linux-arm-2.298.1.tar.gz cd41c1e91beda1c11f8b0e8facf0ad5a4a4cfaf7868aa1b9a46aa7ab9dd91bb0

  • actions-runner-win-x64-2.298.1-noexternals.zip 8df0bd9e7003322af204433b74c95717d001db6998ee1170d31db09e0d42bc77

  • actions-runner-win-arm64-2.298.1-noexternals.zip e259aff3f7327d84343b481e0c7dbe722cebd70372559ec2fde37561c9cb519e

  • actions-runner-osx-x64-2.298.1-noexternals.tar.gz d40e156ddf5404b2e0f13912cdbffd73d1bc4b27935acdd85fcbc60abe84f5b2

  • actions-runner-osx-arm64-2.298.1-noexternals.tar.gz dac3ed385978308764f0b30d8ca82fb6b004be69f963fba7d9b822fb79dd73ac

  • actions-runner-linux-x64-2.298.1-noexternals.tar.gz 7acf14295856b199b0b39d6119031a2a661d427092966d083d3356ff12a92dfa

  • actions-runner-linux-arm64-2.298.1-noexternals.tar.gz ff9e8e25ae215dba751df3033cc7cfc65b920463886a1c4f3fcc7ad1db378b2a

  • actions-runner-linux-arm-2.298.1-noexternals.tar.gz 002aa284fafc37c8dd3eac6e1b52f65e5c323eb2eddf3afd7bb5e55fe74c87b4

  • actions-runner-win-x64-2.298.1-noruntime.zip 22fd5f6ee6f7ed2e2a69196b14d70a27db7460c950431cdad383a913c0dd50fe

  • actions-runner-win-arm64-2.298.1-noruntime.zip 39aa774f67cdee5ddcd1e252440c09f4455710e7cc2af5a1fb50943f130b0af6

  • actions-runner-osx-x64-2.298.1-noruntime.tar.gz d3c72fe18cd547c4284d59a9eef47669a811108a2a6434a0ebe2ab960877f053

  • actions-runner-osx-arm64-2.298.1-noruntime.tar.gz d337b6dcc329f458222531cc7eb3a17d2d79c066bd4c124ca403f6b36edf8f32

  • actions-runner-linux-x64-2.298.1-noruntime.tar.gz b53af9b37d455109e835d98b9cd3387264b4ffb417339f611619723bb61adf9e

  • actions-runner-linux-arm64-2.298.1-noruntime.tar.gz 1671852810c63e8286760a132422ad531334148e426a4a035792d16ce244e7e8

  • actions-runner-linux-arm-2.298.1-noruntime.tar.gz 02af3bf7b1e637cd8ebef53aa4ff48a5773dd8d64d4ed918982b74317a4af0d9

  • actions-runner-win-x64-2.298.1-noruntime-noexternals.zip 971fd8e303c54453f00009801bb430f99f94673a408eba47a0f0190b6fe7fe8f

  • actions-runner-win-arm64-2.298.1-noruntime-noexternals.zip 877bc07d0a3c82c1696b9abd905a1f2ba36c7cfdfc2bff2fa3bb40c0a35f8b68

  • actions-runner-osx-x64-2.298.1-noruntime-noexternals.tar.gz e1326bbbace742d0b056611db1f3927481cc2ef8093ea1a7657f113c8210339f

  • actions-runner-osx-arm64-2.298.1-noruntime-noexternals.tar.gz f59eabd7898237024f032753b5929467cf2760f8261708767c5bb9ceeaa29a18

  • actions-runner-linux-x64-2.298.1-noruntime-noexternals.tar.gz d1405dd4bac8904ed18136e04e294cbf0f69a51df3bd3833b990e2b35ab2516c

  • actions-runner-linux-arm64-2.298.1-noruntime-noexternals.tar.gz 83bc6fe52069329c5a826fe31c2564c7e2978ef79fdad34d011e56b0bf0d8cdb

  • actions-runner-linux-arm-2.298.1-noruntime-noexternals.tar.gz 2a1ca96fa581256e3835594f32fc2f978c3fce6bc5fded119167ad5232e170ca

v2.298.0

04 Oct 12:26
Compare
Choose a tag to compare

Features

  • Service containers startup error logs are now included in workflow's logs (#2110)

Misc

  • Added a feature flag to start warning on save-state and set-output deprecation (#2164)
  • Prepare supporting vars in workflow templates (#2096)

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.298.0/actions-runner-win-x64-2.298.0.zip -OutFile actions-runner-win-x64-2.298.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.298.0.zip", "$PWD")

[Pre-release] Windows arm64

Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.298.0/actions-runner-win-arm64-2.298.0.zip -OutFile actions-runner-win-arm64-2.298.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.298.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.298.0/actions-runner-osx-x64-2.298.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.298.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.298.0/actions-runner-osx-arm64-2.298.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.298.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.298.0/actions-runner-linux-x64-2.298.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.298.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.298.0/actions-runner-linux-arm64-2.298.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.298.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.298.0/actions-runner-linux-arm-2.298.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.298.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.298.0.zip a9f9684c417a4462f2c640ba769c8cfee8dde1cf0f6f1ec80c339cb6ba4bb623

  • actions-runner-win-arm64-2.298.0.zip <WIN_ARM64_SHA>

  • actions-runner-osx-x64-2.298.0.tar.gz 6bb2ab85f1f8c653dfafbf9fd376ee820bc3e5a374092605a826c3a3b050d519

  • actions-runner-osx-arm64-2.298.0.tar.gz 074de487849be27bee091a59ff0853af26d1c049c8aee4aed737c247c9c288a6

  • actions-runner-linux-x64-2.298.0.tar.gz fbf49cb3b03326a2460ea5fd8d381a366cdfe638bf00ff0ad5c671ba638a82ab

  • actions-runner-linux-arm64-2.298.0.tar.gz 6b2defb01f85aac3b2c85b8cc704af5870a5b6887112684f8669fc0aac28e82a

  • actions-runner-linux-arm-2.298.0.tar.gz 6efa1fbf1aae24e6e7feb4200e218447038e2dd0e425886ca8f020d16ef77009

  • actions-runner-win-x64-2.298.0-noexternals.zip d5eac551306c9e1c08bb5182b07d44ddc3c1b79b58717ba83975914a68a050e8

  • actions-runner-win-arm64-2.298.0-noexternals.zip <WIN_ARM64_SHA_NOEXTERNALS>

  • actions-runner-osx-x64-2.298.0-noexternals.tar.gz 6b0bccb1be54221437e0fdaa4c59c0b1d5fc310a779ee5d7f29af04ff1a3dcb4

  • actions-runner-osx-arm64-2.298.0-noexternals.tar.gz fb84a296a4f0d71b5d26b40d4adf992c50d33942e5df7bd859c3c6790b181cae

  • actions-runner-linux-x64-2.298.0-noexternals.tar.gz 5d053728678ef49a17ce944a5f713c854c87d2b27cb3dd26427830a223e38b5f

  • actions-runner-linux-arm64-2.298.0-noexternals.tar.gz b6db3876d779dc9a82f3bee8f81f1a7c4eec70cce88d4670b9014176b3f34dcc

  • actions-runner-linux-arm-2.298.0-noexternals.tar.gz 888519a009c5aa6fe932cf9dccddd395614ee7fe421d36d75b567ec489de422c

  • actions-runner-win-x64-2.298.0-noruntime.zip 1c6a580d1f02506eaaa62733d2d704ed63704fbc7300069854ae7cb551910ba9

  • actions-runner-win-arm64-2.298.0-noruntime.zip <WIN_ARM64_SHA_NORUNTIME>

  • actions-runner-osx-x64-2.298.0-noruntime.tar.gz 61f59b76af8d1455a96d50156a540d08222a775691936db0de582059dbaf7912

  • actions-runner-osx-arm64-2.298.0-noruntime.tar.gz 6ab6f7f850a3dd7439dcda375b2526d055eacac08ab7fc0e7c0ce9d7433bc5d5

  • actions-runner-linux-x64-2.298.0-noruntime.tar.gz e7f846d494b02c82daf4eeec11d2ca545d48627df42e2e96a2a91ef71554bd24

  • actions-runner-linux-arm64-2.298.0-noruntime.tar.gz 3f4ee38aa50810699bf039a67331b9042593cec24c094f9f57c8c695bf59b5cd

  • actions-runner-linux-arm-2.298.0-noruntime.tar.gz d2f52b9c94aa8d07c4a610916f3ee62257c7568ef92db00b5c1312da6868cb0b

  • actions-runner-win-x64-2.298.0-noruntime-noexternals.zip b362598fcfa0c69bbffa2299ac4ff8f675e936b08c4bb5f2e79584983b79f80b

  • actions-runner-win-arm64-2.298.0-noruntime-noexternals.zip <WIN_ARM64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-osx-x64-2.298.0-noruntime-noexternals.tar.gz df27081fd8bd294706ba99d51a2ac79f9d0f1f876db77020ea73a7cb569549c9

  • actions-runner-osx-arm64-2.298.0-noruntime-noexternals.tar.gz a3fa8bd1d119383f0c1dff21a6f7fdb002c74923bd98ad79f117017d10cc203b

  • actions-runner-linux-x64-2.298.0-noruntime-noexternals.tar.gz 6234c357b2d5c85b86c597525e9bf4a6ce6e74e6fac0324b6671f1bc278ae3e9

  • actions-runner-linux-arm64-2.298.0-noruntime-noexternals.tar.gz dd582f31c6edbb2b9cf403311d0d799bc416622de837d659061f6c7693b6bd69

  • actions-runner-linux-arm-2.298.0-noruntime-noexternals.tar.gz be808d69dc2fbaa6cbdd3dc8c4686502dda61df07c4391060a18a4e1f7e1c882

v2.297.0

26 Sep 15:52
48e9fd1
Compare
Choose a tag to compare

Features

  • Created prerelease runner package for win-arm64 architecture (#2022)
  • Added GITHUB_STATE and GITHUB_OUTPUT environment file commands (#2118)

Bugs

  • Fixed an issue where self hosted environments had their docker env's overwritten (#2107)
  • Fixed an issue where step summaries for composite actions got overwritten (#2077)

Misc

  • Bumped actions/core dependency (#2123)

Windows x64

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-win-x64-2.297.0.zip -OutFile actions-runner-win-x64-2.297.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.297.0.zip", "$PWD")

[Pre-release] Windows arm64

Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-win-arm64-2.297.0.zip -OutFile actions-runner-win-arm64-2.297.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.297.0.zip", "$PWD")

OSX x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-osx-x64-2.297.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.297.0.tar.gz

OSX arm64 (Apple silicon)

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-osx-arm64-2.297.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.297.0.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-linux-x64-2.297.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.297.0.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-linux-arm64-2.297.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.297.0.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.297.0/actions-runner-linux-arm-2.297.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.297.0.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.297.0.zip a99921abc6e5e245f15eff75073946693e254c9fa75f0859bcabc52c6c101201

  • actions-runner-win-arm64-2.297.0.zip <WIN_ARM64_SHA>

  • actions-runner-osx-x64-2.297.0.tar.gz 820ebffefd2fdc5ccbb376d03f0ef0b82c9a8df17b71de9a52407f8845ae3ebf

  • actions-runner-osx-arm64-2.297.0.tar.gz f38fbb28be901697556ee778f1f851d4e1cf988fa5abc087be647f4ec3f6a752

  • actions-runner-linux-x64-2.297.0.tar.gz eb4e2fa6567d2222686be95ee23210e83fb6356dd0195149f96fd91398323d7f

  • actions-runner-linux-arm64-2.297.0.tar.gz f882e0b88c7afc1effabd64a7b43b12f58060fb349adb5eb87de067c06d1500f

  • actions-runner-linux-arm-2.297.0.tar.gz 5982a97a864a394c23dd63bcccec0546189308c2bb9f20f9321959e98342e82d

  • actions-runner-win-x64-2.297.0-noexternals.zip c1d972c53e527612a20eec49e4f676873a1b9341aa84c11ad227e56b48591bc6

  • actions-runner-win-arm64-2.297.0-noexternals.zip <WIN_ARM64_SHA_NOEXTERNALS>

  • actions-runner-osx-x64-2.297.0-noexternals.tar.gz 15ac01ee4e52b419e5cbe96da1b1b87e0fdcc7cc5afb8b834fbc6a0399d44497

  • actions-runner-osx-arm64-2.297.0-noexternals.tar.gz 4665315f1af886c9a94c29293553afd333b795cc0ae8b1975a24bde8de08b680

  • actions-runner-linux-x64-2.297.0-noexternals.tar.gz 549e3330f25a760ec091ba0bb0d69326c7e0846d508361fe5992f3844a6bd43c

  • actions-runner-linux-arm64-2.297.0-noexternals.tar.gz 9551e52cf7ab9984f2e215a47ecf92c62eb0b6952def44166f8c5b27bb94ec84

  • actions-runner-linux-arm-2.297.0-noexternals.tar.gz d3df0f39fe6c3fe46d20aa105620eacb264113b38d40a7fb5c9de1d6e62ed34a

  • actions-runner-win-x64-2.297.0-noruntime.zip c13f4cc3804ea80426401304fff5659ff3e3bc0201b06349e5bf4f3fd0d33f21

  • actions-runner-win-arm64-2.297.0-noruntime.zip <WIN_ARM64_SHA_NORUNTIME>

  • actions-runner-osx-x64-2.297.0-noruntime.tar.gz d2000738f050bbd4dfc0863205b3b377cf32718f064cd0964893b988736a694b

  • actions-runner-osx-arm64-2.297.0-noruntime.tar.gz ce16276ee8c32ed802d66f55d0fb77f17de5a7b626db9e55bcc2790aefd95043

  • actions-runner-linux-x64-2.297.0-noruntime.tar.gz 8853a9e336744805a2c838969d981fce8b1dceafa49ca71a8fdecc358b13f8ae

  • actions-runner-linux-arm64-2.297.0-noruntime.tar.gz f840f49fdfd6a20e7e32dcd4ab67314f100a2dd5348040e3073b11a055654c0e

  • actions-runner-linux-arm-2.297.0-noruntime.tar.gz 86778e12f1c5fcc0168d62cbc37d4e121f205d40398d5b075ea13f1c00a0584b

  • actions-runner-win-x64-2.297.0-noruntime-noexternals.zip 1bae61e56a8fd6dce81195fea0b45ca3e6825052abf6a3af57b6b82858cd3623

  • actions-runner-win-arm64-2.297.0-noruntime-noexternals.zip <WIN_ARM64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-osx-x64-2.297.0-noruntime-noexternals.tar.gz 46ba20e252c62c6feded53a058c7be4b96a9882858ce063b7d04b1f1e2098978

  • actions-runner-osx-arm64-2.297.0-noruntime-noexternals.tar.gz 4f4e88068856472d219cd80b986b35d4e6cd177b551c30279035b97b9423366c

  • actions-runner-linux-x64-2.297.0-noruntime-noexternals.tar.gz 525315fcdf420c405c434fed77c5d68f3dc6f1e65142592bf6bb7908fc2ae466

  • actions-runner-linux-arm64-2.297.0-noruntime-noexternals.tar.gz ace20e5f9ff92727163e685e1367bcc9d17eafce3b6e970562e28f3c21cfb398

  • actions-runner-linux-arm-2.297.0-noruntime-noexternals.tar.gz cd6e09179f20dbca66550086c57ddd5ba0d59f4dde721b2de4162cbd0edafc1b

v2.293.1

20 Sep 16:45
a78e6e0
Compare
Choose a tag to compare
v2.293.1 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.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 c940816cbaafa7992e18c88bc1d00ce7578cfacfa19671ccea682ad323229153

  • actions-runner-osx-x64-2.293.1.tar.gz a1b8d473b1ef5baa29ec71d7aa0104c619336c9429ea9018d8208d6363a3722d

  • actions-runner-osx-arm64-2.293.1.tar.gz d13f28d6dfde10343c18ae5109c2e31a53624365e6adda1ac227f3082ba40617

  • actions-runner-linux-x64-2.293.1.tar.gz 6a4d93f9ce4fee66041e49ac7ee2a3fcc6d3fe067e05736e48dfeaa486279218

  • actions-runner-linux-arm64-2.293.1.tar.gz 35f51ee7e2a4dc158613a988df5577d394f1675189e7d73a395617c075ee2b9f

  • actions-runner-linux-arm-2.293.1.tar.gz d49cf8fb84ea05791df5990a59838b46263c49a750ae13ab7f9a1097efd11842

  • actions-runner-win-x64-2.293.1-noexternals.zip 57c6561741618befafac0b5c6c7729a0417faa777692b37268d2e6b09340e58a

  • actions-runner-osx-x64-2.293.1-noexternals.tar.gz 7a91fc9c2bbfc4169d7300e8c45dbc897eca5fbf2d4302cf33d232217bc203a0

  • actions-runner-osx-arm64-2.293.1-noexternals.tar.gz cb9e9c1b0fd06a248e879bfd1781b72d2be04a892a7c07cd6ea684b5c1c10287

  • actions-runner-linux-x64-2.293.1-noexternals.tar.gz b227977f6e5be64530078023c1bc431d6f3d2afebf4b0517a03f9319d74300ad

  • actions-runner-linux-arm64-2.293.1-noexternals.tar.gz d9394b4eddcd3e1cdb428d996391b1c914c5b3ff3f14628adb2d8f6490a1e225

  • actions-runner-linux-arm-2.293.1-noexternals.tar.gz d0a11ca8bd417de9874f7e84aff5b831f6ed75ba4475c6b912d3701f5f858c9b

  • actions-runner-win-x64-2.293.1-noruntime.zip 45e259cffc4fbb4b025c2f5bd3ce1a9f5998fe6d6bb836d8c97716634fbc4520

  • actions-runner-osx-x64-2.293.1-noruntime.tar.gz 14f04b956680294d9df843ef6c124dbc43a84f35b9b0f19f54167002d767c59a

  • actions-runner-osx-arm64-2.293.1-noruntime.tar.gz fb74d5e06ce596f9c2abb5887ece510fdcea97787374c5323c61cf9a2ba8fd35

  • actions-runner-linux-x64-2.293.1-noruntime.tar.gz 7ee03865261dc4346a49086cb4155bb72fd3b35bae56a99c7bf09152d753aa42

  • actions-runner-linux-arm64-2.293.1-noruntime.tar.gz 5c6151f69ce9b528b35159ace5f3fabd7988c094fbe76810d4da51089c354995

  • actions-runner-linux-arm-2.293.1-noruntime.tar.gz d746473c3fa42181e1d2fba68e99fa645f3841248534914d5451b51f0edc7f27

  • actions-runner-win-x64-2.293.1-noruntime-noexternals.zip 775ebb2ea3c3c5c76a50acb839b02b1ef8f9941d439da5ad4cde90e2fcee7c74

  • actions-runner-osx-x64-2.293.1-noruntime-noexternals.tar.gz 563661d717adeb4bb5dc0393e0f1f9efaac180a28b3cbb9ea6ed88bb0bd097c0

  • actions-runner-osx-arm64-2.293.1-noruntime-noexternals.tar.gz 491cfbb1097115a77d9762a6abd17a153e8da29133f81d3811beefc12350732b

  • actions-runner-linux-x64-2.293.1-noruntime-noexternals.tar.gz bd2db28e59f5169ae1649d936fbdf0e29dff8befa3a831ec8b47346145e2c016

  • actions-runner-linux-arm64-2.293.1-noruntime-noexternals.tar.gz 833decd44a2b59b56533a55ff9e01882381a8e29fa2d60c301bfc3015d39ffe9

  • actions-runner-linux-arm-2.293.1-noruntime-noexternals.tar.gz f277143d97f972cac6fa6c2ea64458f696220f584ef6d6f75f714abf4d0d64e2

v2.289.4

20 Sep 18:26
3c64f26
Compare
Choose a tag to compare
v2.289.4 Pre-release
Pre-release

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 48623323298b5b7ec7c49a37be0b1771b8b6f847770e39bf8d4a187c794ac35d

  • actions-runner-osx-x64-2.289.4.tar.gz 7466bc9573f7f8de4fa0754c48484e12444a1404f21a8ec1a2de230e29a775ae

  • actions-runner-linux-x64-2.289.4.tar.gz 1f9c9dacb04f35c703150dd6b174f56aed7d272dfac55c0b251507131aa78f98

  • actions-runner-linux-arm64-2.289.4.tar.gz 3d5d5ab0263dab25301c696c220100fa360dd4eea48ffd53124993b75354a728

  • actions-runner-linux-arm-2.289.4.tar.gz df909bbfea67cd20ed3fc92cd32d1b12a7f9a5713a38f614d59cf3ecf0b178db

  • actions-runner-win-x64-2.289.4-noexternals.zip 79a4754e9a6db5ba92e3e47f74f5115cd62f2f20eaec3d98d43580f14dbf7069

  • actions-runner-osx-x64-2.289.4-noexternals.tar.gz 2e620a75416fa6612e9e6b917a702ab3ff10db1b105a8c716f33a1a68fb034b3

  • actions-runner-linux-x64-2.289.4-noexternals.tar.gz e6b3bd0c7bfa0604a0fde2b47800b52003065b8e8ee483ba3358b36b928d40e4

  • actions-runner-linux-arm64-2.289.4-noexternals.tar.gz fb1277028b8c21120cebda30665a80b2a26a9ee35150054a12ca33d75ff76a19

  • actions-runner-linux-arm-2.289.4-noexternals.tar.gz 8ab9059cc8010d36c2c695e6d95a30390883fec09cf60bc55861dbd657578566

  • actions-runner-win-x64-2.289.4-noruntime.zip 457f3cda7b1f8ae33f2d7e8803f0d4590e7fd28c30628a89e847b7212619598f

  • actions-runner-osx-x64-2.289.4-noruntime.tar.gz ff213631b87056214c070db507a2fc46f51fefcabebc7561947b40c2a89e95af

  • actions-runner-linux-x64-2.289.4-noruntime.tar.gz 7fec5a5897a3e40e35b6cdc17a114aa05d826b2cde1f99a9004108a36f10eaa7

  • actions-runner-linux-arm64-2.289.4-noruntime.tar.gz 6bb6cdfdd59f734380ee33098488e3097f11ab49d668aaf0693aa9d18a4cac74

  • actions-runner-linux-arm-2.289.4-noruntime.tar.gz 0ed11e91fe2f41586139707af76426eedd603d4957a25c0b92c09912282fac6f

  • actions-runner-win-x64-2.289.4-noruntime-noexternals.zip 4f3cf960d16581969e33ef689ee4fbae72d54ee09389de5adc631c98dbe058c5

  • actions-runner-osx-x64-2.289.4-noruntime-noexternals.tar.gz de5827503407b8f4fa3f68f84082fae1d48da72997418287d25f5a4db1d02efc

  • actions-runner-linux-x64-2.289.4-noruntime-noexternals.tar.gz 57f2a41e50164a44bda7d1f0063597500bcbbbd76e248de21e8a69a0b2a5ece4

  • actions-runner-linux-arm64-2.289.4-noruntime-noexternals.tar.gz 5f716daddad4da39ed78be8b4659bee445d8194d78e6379bce5e1c6a28d16395

  • actions-runner-linux-arm-2.289.4-noruntime-noexternals.tar.gz a650bcaa8cdb44c47ea4f66179dc6cb436a482cd7814d74295bb994857b17482

v2.285.2

20 Sep 18:27
7f6b9e5
Compare
Choose a tag to compare
v2.285.2 Pre-release
Pre-release

Features

  • n/a

Bugs

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

Misc

  • n/a

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.285.2/actions-runner-win-x64-2.285.2.zip -OutFile actions-runner-win-x64-2.285.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.285.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.285.2/actions-runner-osx-x64-2.285.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.285.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.285.2/actions-runner-linux-x64-2.285.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.285.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.285.2/actions-runner-linux-arm64-2.285.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.285.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.285.2/actions-runner-linux-arm-2.285.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.285.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.285.2.zip 7f49cebc40231ba8d5ddcb34a7f8d0f86f4fd3581221319bc711cb6a1d59baa6
  • actions-runner-osx-x64-2.285.2.tar.gz 51a7e268877a4e9da04a52ed3d3de211828b99eb4e8bb44e9a492bbe4b46e19b
  • actions-runner-linux-x64-2.285.2.tar.gz 7d209afedd4c2bbf6a3245ba61d4824221a41a9c0e3d535c46340d774ce79110
  • actions-runner-linux-arm64-2.285.2.tar.gz 6103a0acc9fc54306aa93d35e2026f469f91c31d45e8893a09f9014b59445073
  • actions-runner-linux-arm-2.285.2.tar.gz 25252b7bd74c65eaab0afd3420ba9b2311f620f6451d4e4476090ca1fa635dcc