Skip to content

v2.307.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 11:35
f8ad46b

Bugs

  • Fixes if:cancelled() composite steps not running and normal composite steps not interrupting when the job is cancelled (#2638)
  • Fix the bug causing double error reporting fix to remain inactive (#2703)

Misc

  • Collect telemetry on GitHub-related HTTP requests (#2691)

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

  • actions-runner-win-arm64-2.307.0.zip 455e359e036ef9580c96aaae6086e4405e28ccc3e6d0899f47cc6618d49e6056

  • actions-runner-osx-x64-2.307.0.tar.gz 094877222f5076a9b5c4477495a983fc6186da9c32565d4c6f1d9e0158bf5807

  • actions-runner-osx-arm64-2.307.0.tar.gz 61192dc2a5878f0262065c5530b6d1d5eb9b3864003b648deb4fd9dce0b66fa7

  • actions-runner-linux-x64-2.307.0.tar.gz 13be5edefd6298185ef57dbb97cb60481009d8058819d7971baef2773b4544c1

  • actions-runner-linux-arm64-2.307.0.tar.gz 5ed2ca5a6f99336510d738ec92b6d42b52373d9724959b95987bf254c43e060a

  • actions-runner-linux-arm-2.307.0.tar.gz f7f7b763d564cb6272595ed5649066b07ca39754e4a5f69ffa025be046c5a263

  • actions-runner-win-x64-2.307.0-noexternals.zip 26c4033de7383551ac0ef561f90cd62bfd0a6cc9ead40a980885f4622dcfcd9e

  • actions-runner-win-arm64-2.307.0-noexternals.zip 17870b4eb7d1e0ba5f38acf65c92b188d5b7835460120dfc1adcbbc1b6de31f8

  • actions-runner-osx-x64-2.307.0-noexternals.tar.gz 8fe63719511ebd2c7e8b1b1ccb839dad551100796b1392c576cde4865a4287a4

  • actions-runner-osx-arm64-2.307.0-noexternals.tar.gz de70a9a6895da78c502e537d366d970b7cb30de2f24a86e5a304cf7c5e2ed422

  • actions-runner-linux-x64-2.307.0-noexternals.tar.gz 9797498a6aa2bb1eba81ef24204c09c7e656bf6e56b23f7bfcf567ba51932c3f

  • actions-runner-linux-arm64-2.307.0-noexternals.tar.gz e01bf226da96a22bfbc1fd9702037f90dbdfe1e1a28a8a283276170be437b0c1

  • actions-runner-linux-arm-2.307.0-noexternals.tar.gz 51f218a980e09ff1db0bb88678974250c3bf90749f9d12bac122cdbc822708a4

  • actions-runner-win-x64-2.307.0-noruntime.zip ac88235702866de3417944b17f345a7fe70c4155935ab8eb75125067948ebdfd

  • actions-runner-win-arm64-2.307.0-noruntime.zip ae221a4319aa80059a0f16569cec82b87b7d07f46010d17e0c719347ff0a9e6d

  • actions-runner-osx-x64-2.307.0-noruntime.tar.gz 26c8d024f059d5757fd2f220a2127c682cedcc24a35e01c6deb37ec052e6dca0

  • actions-runner-osx-arm64-2.307.0-noruntime.tar.gz 90d7f5b073922e8974a0eaecf1c00c0e943f68d8f28947caf18066d97f13b642

  • actions-runner-linux-x64-2.307.0-noruntime.tar.gz 4105b7c7e5656c9090f78666f20f1e00eb493d7a436540dd84916c22de044791

  • actions-runner-linux-arm64-2.307.0-noruntime.tar.gz b25b2a4c01e7d401224a0133f5d1e4fbad96b46f1527c9b8bbca59c85c08f805

  • actions-runner-linux-arm-2.307.0-noruntime.tar.gz 00b29fd6fc14437c37068979846ed9e5dd978d31339647df8a302cd3acc41457

  • actions-runner-win-x64-2.307.0-noruntime-noexternals.zip 4099d070ee8aa0d29bb0f0b766f4df1fe8e4ee2d813d636e07f3b27803eee48d

  • actions-runner-win-arm64-2.307.0-noruntime-noexternals.zip 129fb022e40a87ba0a3d0c80fb7e96f11debb82eddde9d6cad719b68978215b0

  • actions-runner-osx-x64-2.307.0-noruntime-noexternals.tar.gz d4be2b167fa19a26ecf7be8a8d54c9fbb641a6f97461149e680b0185475567cb

  • actions-runner-osx-arm64-2.307.0-noruntime-noexternals.tar.gz 2f70f5cb2c970b662b2ebb1683d7b577bbc250426f43cfe8489aa4c352f975b5

  • actions-runner-linux-x64-2.307.0-noruntime-noexternals.tar.gz 735e694ea756b8594afe9df14540e26f0256e17a53e723731287389b0a00e4dd

  • actions-runner-linux-arm64-2.307.0-noruntime-noexternals.tar.gz c2bb8458fffa839ff18750eb051b35040ba1860088262727ad9059c33b9cc2a8

  • actions-runner-linux-arm-2.307.0-noruntime-noexternals.tar.gz 241f8464682be44ee73362a210638188dfd5f565a2f38b3fce24e61bb9b08668