github actions/runner v2.301.1

latest releases: v2.319.1, v2.319.0, v2.318.0...
20 months ago

Features

  • Log GitHub RequestId for better traceability (#2332)
  • Dual upload summary to Actions and Result service (#2334)
  • Allow providing extra User-Agent for better correlation (#2370)
  • Show more information in the runner log (#2377)
  • New option to remove local config files (#2367)

Bugs

  • Treat jitconfig as secret (#2335)
  • Add Header/Footer to multi-line message in StdoutTraceListener (#2336)
  • Update Node dependencies (#2381)

Misc

  • Make runner image print diag log to STDOUT (#2331)
  • Update Node.js to 16.16.0 (#2371)
  • Add a disclaimer for which runner version is available to a given tenant (#2362)

Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners

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

  • actions-runner-win-arm64-2.301.1.zip 117c4709fe8216c1fb470a364455165d9404de701193b5c7336292d89962c97f

  • actions-runner-osx-x64-2.301.1.tar.gz 3e0b037ea67e9626e99e6d3ff803ce0d8cc913938ddd1948b3a410ac6a75b878

  • actions-runner-osx-arm64-2.301.1.tar.gz 51dee92e4e2bb6737e080a670775986f547373c341e35335c9728eb8e097beaf

  • actions-runner-linux-x64-2.301.1.tar.gz 3ee9c3b83de642f919912e0594ee2601835518827da785d034c1163f8efdf907

  • actions-runner-linux-arm64-2.301.1.tar.gz 6b9ba0e7296b5d613dc5aaa0ca640c16b2122a7d42e4b5906c67d9b5c8847e10

  • actions-runner-linux-arm-2.301.1.tar.gz eb9ffe7cf3af213d30882b1420143550ce78a7987a39c4e1457ee8d5424544c3

  • actions-runner-win-x64-2.301.1-noexternals.zip df2971d2d0dd077329ab8ba0aa1b878912e0a79c4bb7fbffe8c5721bb92ece25

  • actions-runner-win-arm64-2.301.1-noexternals.zip b850cf3aa86aaa14b60147bc9bafafbcde89400df1bc100f8d8ef2e80b660208

  • actions-runner-osx-x64-2.301.1-noexternals.tar.gz db60b7e35656f518e8cc4cb18c8d1a0074e1f4592253fe1ba67daeb357ce2e96

  • actions-runner-osx-arm64-2.301.1-noexternals.tar.gz e60133c2f60b41b046a8f8b5b8ec10e407fc97d290ffecc15e8cdd7a8c3f8fde

  • actions-runner-linux-x64-2.301.1-noexternals.tar.gz 171dd6d0f5685fe1b81b0c6ea00bf8ff7164cbad23e70c036612fa801e6363b3

  • actions-runner-linux-arm64-2.301.1-noexternals.tar.gz 14c7136862b63e6907401b619c8d212b419d86900fc6809c2ba381e1dae73f89

  • actions-runner-linux-arm-2.301.1-noexternals.tar.gz d99d0c6c1dcaf0d1e2401bca3d25f765a0b4c80674b4be75d9ae46db1231e956

  • actions-runner-win-x64-2.301.1-noruntime.zip b5a724dce2252478ecd2991ef097c1f5247dad23b75fe99e7b658e927dcfe935

  • actions-runner-win-arm64-2.301.1-noruntime.zip a6e5b513ccbaa5b4a3007974461da0d131c720e180dd25736ea868ab4de2e172

  • actions-runner-osx-x64-2.301.1-noruntime.tar.gz f7182d993d041b266c0c011d67b3a8b5cb282a8bdd981f1599559e28d43fbb6b

  • actions-runner-osx-arm64-2.301.1-noruntime.tar.gz 46802bdaa625198048634b44c671f918180427efd7a7aed08ede8c30d3831725

  • actions-runner-linux-x64-2.301.1-noruntime.tar.gz 3d4ffd92b8d4f169c17fb8a6b7da3908c411d02a7c2da666b8ed8f711f6cd36f

  • actions-runner-linux-arm64-2.301.1-noruntime.tar.gz d87f27baa1038c2236d413ec8c06457770af29df87058b5d8e7b7005072b4e76

  • actions-runner-linux-arm-2.301.1-noruntime.tar.gz 48cf87064d52bcbc8a0a396d8ed3b14831d74ad56b6fa3372ae8a7113b2dd510

  • actions-runner-win-x64-2.301.1-noruntime-noexternals.zip 3aa1c4d93ce021617942b2d94487d7df7895cce8865a31880c4d9159c1e21b76

  • actions-runner-win-arm64-2.301.1-noruntime-noexternals.zip fbf6e180842dad63099f75e42760832567283a57d079d6ebc17d1b374cdbdf48

  • actions-runner-osx-x64-2.301.1-noruntime-noexternals.tar.gz 7af5be16b888bb281260bdf27c2d459f1cca76847ca937a38fbb2a8bdad44746

  • actions-runner-osx-arm64-2.301.1-noruntime-noexternals.tar.gz fa4a61621a6a2fd8fcf7842768adcd7380405b1688faa9332fd6f6e8ed4dc988

  • actions-runner-linux-x64-2.301.1-noruntime-noexternals.tar.gz a0d8bf875f23d6531546f5a5f443fa558b8c57eb912844374d2117fc77381fac

  • actions-runner-linux-arm64-2.301.1-noruntime-noexternals.tar.gz 5e5924bf26d36a920e7c024c048d5f8222e5ec35ecb6a30f933aa8ea9b8e389e

  • actions-runner-linux-arm-2.301.1-noruntime-noexternals.tar.gz de6f03c811cf47f36a8428292618dc2d7f9b82da06ca8acb7886347ab1b43a0d

Don't miss a new runner release

NewReleases is sending notifications on new releases.