github actions/runner v2.295.0

latest releases: v2.316.1, v2.316.0, v2.315.0...
21 months ago

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

Don't miss a new runner release

NewReleases is sending notifications on new releases.