github actions/runner v2.300.0

latest releases: v2.320.0, v2.319.1, v2.319.0...
22 months ago

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

Don't miss a new runner release

NewReleases is sending notifications on new releases.