Skip to content

v2.306.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 08:38

Features

  • Add warning to notify about forcing actions to run on node16 instead of node12 (actions#2678)

Bugs

  • Remove job completion from runner listener (actions#2659)
  • Fix double error reporting (actions#2656)
  • Fix a bug with incorrect parsing of image values in a container action (actions#1873)
  • Fix error message reported on non-local action setup (actions#2668)
  • Extend github context with host-workspace (actions#2517)
  • Fixed a bug where a misplaced = character could bypass heredoc-style processing (actions#2627)

Misc

  • Send environment url to Run Service (actions#2650)
  • Reduce token service and unnecessary calls - send token to redirects (actions#2660)
  • Add 'http://' to http(s)_proxy if there is no protocol (actions#2663)
  • Remove extra result step for job itself (actions#2620)

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

  • actions-runner-win-arm64-2.306.0.zip 8386830cab3429175fe18bdc27294e035f48f3ef9f29b3e3151504e0873e1307

  • actions-runner-osx-x64-2.306.0.tar.gz 34966c8a0e6aec337a54ea54037f3a82b5f947a6050ce3b4f5ac85a090272d4c

  • actions-runner-osx-arm64-2.306.0.tar.gz a5684be3f36f126c51668901a7239cfbbcb1790d39a7668c518d33f718ebeae1

  • actions-runner-linux-x64-2.306.0.tar.gz 8ac0730f2d434404273030ecd792697ff0865c9c9bcc7c078e7074cc67595ade

  • actions-runner-linux-arm64-2.306.0.tar.gz 794e98458ffb7ddbe4cbbea3855fe3ad352b85cb3eb839d987813e4f1e0ec449

  • actions-runner-linux-arm-2.306.0.tar.gz 2cc492bd63ae45331f3dbee1ac0a5db09d4fc4a0de81f381be4461d72c2c3faf

  • actions-runner-win-x64-2.306.0-noexternals.zip c67688420c0dcd410c3e61805bad9ecdfc076816c93cf6b5b841d2c0235cc538

  • actions-runner-win-arm64-2.306.0-noexternals.zip dedb27c0608247aa4d38c75e638bb1c2fa6d187725615691497d7bd27520c79c

  • actions-runner-osx-x64-2.306.0-noexternals.tar.gz 272238568b60a62b581af76a444b77632ae911bd7052658b0be2925880ff816c

  • actions-runner-osx-arm64-2.306.0-noexternals.tar.gz 305936e22d867a182977ba36747173482147b8c265d9be7f4e9a9a8d88d6cf41

  • actions-runner-linux-x64-2.306.0-noexternals.tar.gz 756a1754ffe6e0db03074579e04752e76d0e208c22e95e9b5f3f29399f360058

  • actions-runner-linux-arm64-2.306.0-noexternals.tar.gz 7bf17fa713ab5fafad2134e26fae9517ef1c3533f4fc2c13bf29bf096905c1fb

  • actions-runner-linux-arm-2.306.0-noexternals.tar.gz 15dcb8f89b39e1dd27cbcae4008c7fce786e3a67c883bf2851c9f83ac5827ce9

  • actions-runner-win-x64-2.306.0-noruntime.zip 3a00628fbc57e012a0ee82587c2060d89241168e4972a1d1f91b7c2d1da40c5f

  • actions-runner-win-arm64-2.306.0-noruntime.zip 970595ceca4e681f7a964acdbd78ee15b4f902e098cb3279b78fef50085578ca

  • actions-runner-osx-x64-2.306.0-noruntime.tar.gz a90c42579351aaeac39305aad28d4cf88987a07dcb2d42a4df2606530eeed665

  • actions-runner-osx-arm64-2.306.0-noruntime.tar.gz ec855423790adae438fe891882fd907a7b2c180bb1116614e1159f0306acb4c5

  • actions-runner-linux-x64-2.306.0-noruntime.tar.gz 482da8efba82d1423d44e741cd57850462d0b06b9f220a3b4fdc4ceac6ff82d6

  • actions-runner-linux-arm64-2.306.0-noruntime.tar.gz f333ad012366e81eea5f0d19d4161f8249628226bcb2291092f93aa72036f7fe

  • actions-runner-linux-arm-2.306.0-noruntime.tar.gz 8ce28cdf8ce1158c9b96565d99746b359208bd4b5c47719701ed2e10ae2cafcd

  • actions-runner-win-x64-2.306.0-noruntime-noexternals.zip 30ca890343af86602147965fcd54495f6b57842f16416a083874c034660ba5a8

  • actions-runner-win-arm64-2.306.0-noruntime-noexternals.zip 20ed996d77cb9396bdc96ed1e543e35f822b7c373086075585118653a1478203

  • actions-runner-osx-x64-2.306.0-noruntime-noexternals.tar.gz ab9e72e5b86b7959580fe3bee4efc5088bcbbe7cf71cc51485a37d19c99ccd40

  • actions-runner-osx-arm64-2.306.0-noruntime-noexternals.tar.gz 0936afea3dc26f2d1339fdbbdd3fb4979b49cec419ce84516d2855727c0f954f

  • actions-runner-linux-x64-2.306.0-noruntime-noexternals.tar.gz 31c51acdaca59dd9218b4a64c8bc6f5a190651b133c0dad65c9af55e0ceb420f

  • actions-runner-linux-arm64-2.306.0-noruntime-noexternals.tar.gz 4305fab61f352249297fb8ab7bb3ddfbfb9b8459abefed3a111e212bafd957e7

  • actions-runner-linux-arm-2.306.0-noruntime-noexternals.tar.gz e969dc3af962d2315a5f9fb9800a420874aa34f68c65b6c79a8113acd0f1d1ae