Skip to content

v2.305.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 13:21
6cbe663

Features

  • Resolve Actions Directly From Launch for Run Service Jobs (#2529)
  • Send annotations to run-service (#2574)
  • Add --no-default-labels config option to self-hosted runners (#2443)
  • Update container-hooks to 0.3.2 in runner docker image (#2618)
  • Set runner environment in context and env (#2518)
  • Switch runner image from Debian to Ubuntu 22.04 (#2651)

Bugs

  • Handle conflict errors from run service (#2570)
  • Fix null guard bug (#2576)
  • Trace WebSocket exception into verbose level to reduce noise in diag log (#2591)
  • Ensure multiple composite annotations are correctly written (#2311)
  • Adding Consistency to 'Failed To Resolve Action Download Info' Infrastructure Error Flagging (#2488)
  • Filter out empty arguments in container hooks (#2633)
  • Fix uses: docker://image:tag steps when container hook is used (#2626)

Misc

  • Contribute.md: Fix link to style guidelines (#2560)
  • Remove Temporary Serialization Shim (#2549)
  • Move Using V2 Flow log to Trace (#2635)
  • Add utf8 with bom (#2641)

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

  • actions-runner-win-arm64-2.305.0.zip ceca238249697e6d1e282448979d868b3a1789012f146d4381739e88653b8b88

  • actions-runner-osx-x64-2.305.0.tar.gz a7c623e013f97db6c73c27288047c1d02ab6964519020ad0e87e69c328e96534

  • actions-runner-osx-arm64-2.305.0.tar.gz a2383a869b99793dee5e1ff7c1df4e7bc86f73521ae03f884f0c7aa43830e2cb

  • actions-runner-linux-x64-2.305.0.tar.gz 737bdcef6287a11672d6a5a752d70a7c96b4934de512b7eb283be6f51a563f2f

  • actions-runner-linux-arm64-2.305.0.tar.gz 63d7b0ba495055e390ac057dc67d721ed78113990fa837a20b141a75044e152a

  • actions-runner-linux-arm-2.305.0.tar.gz 5b2b53d9739a4821c32068311bb28f54200dc7404e4785578f88280d11488854

  • actions-runner-win-x64-2.305.0-noexternals.zip 1979a1a630859e7388cc6ada179e84aaa7bfebbca81d32f129fa7cecb0d86765

  • actions-runner-win-arm64-2.305.0-noexternals.zip a78526f63c8650266d891c96fb833fea639c5aff68726eaf274b637945b8e9a6

  • actions-runner-osx-x64-2.305.0-noexternals.tar.gz 18289af18d503553d0a417605872fd1264f7a3b829fec1cfac21c5617245d83f

  • actions-runner-osx-arm64-2.305.0-noexternals.tar.gz 08c18dab8fe8f211bdf428deca821832258c68818ed9e7aa6794b3eea6b8144b

  • actions-runner-linux-x64-2.305.0-noexternals.tar.gz 0b2f50144d2ce13ea5cbec217698e9a638782a80b5b9909e18bae68a3cadbfa5

  • actions-runner-linux-arm64-2.305.0-noexternals.tar.gz 74f656ed5e42ea6158fa0266d95c19192cb6355aad1866a53c700d07a7762a08

  • actions-runner-linux-arm-2.305.0-noexternals.tar.gz c8ec7f49bf1422c6c755a966ab4c505ef7f47091bc6a1f493b0f96af173610a6

  • actions-runner-win-x64-2.305.0-noruntime.zip a0f1866a26bf37f5fbcb3c67928e49470840cd06eea08abdb0b9aec0a5f762ae

  • actions-runner-win-arm64-2.305.0-noruntime.zip d7e8e18a8153ecefe19152eccf6a2460e29f22cb974e99122d58af19ade3c0ed

  • actions-runner-osx-x64-2.305.0-noruntime.tar.gz 07943a9b86d262ee85767eef5c04fb147df419cd919e5a1f3bb89c8a148c7cb3

  • actions-runner-osx-arm64-2.305.0-noruntime.tar.gz 6465758b138a385b17f6ec39b18050648e286c23b0ba7c165b10af01497b5edd

  • actions-runner-linux-x64-2.305.0-noruntime.tar.gz 6d8c60dc30f6c298978ebd62af95b14518a68367eb5dbe03a5da0e20f3d56df9

  • actions-runner-linux-arm64-2.305.0-noruntime.tar.gz cc632cc632ba084e870ffbcc54d18be02386abf83939d36b83332aeafd1f58cd

  • actions-runner-linux-arm-2.305.0-noruntime.tar.gz 100b45840a213a24bbbf8a253a8fc282e26e70fab7d12f82ceaa487b72aff1e4

  • actions-runner-win-x64-2.305.0-noruntime-noexternals.zip 93931e904c8aecdfda23398d45766d873df864d7ced353486d088c8b5a1d0e5b

  • actions-runner-win-arm64-2.305.0-noruntime-noexternals.zip 7e4fa63ca9b4442cc6a4e445b93d02f51948aba5978d4cf3264cab0898637d08

  • actions-runner-osx-x64-2.305.0-noruntime-noexternals.tar.gz ce890dd27f6ae907ff26ed46ed9c77752efbe5b1e57db190c20ee4a563eeffdb

  • actions-runner-osx-arm64-2.305.0-noruntime-noexternals.tar.gz 859d9dc38a489aa79d06f196c67377d424552f91590f865bf076ea3cd949f07b

  • actions-runner-linux-x64-2.305.0-noruntime-noexternals.tar.gz 07f9fd4fc7990456085794d8c23126564e6ef24a15b5784c5a0a6111b43bfe73

  • actions-runner-linux-arm64-2.305.0-noruntime-noexternals.tar.gz b09b090e2099632fe24e61930e148cd7742b3389fcadf82f9e75febe83f56ec3

  • actions-runner-linux-arm-2.305.0-noruntime-noexternals.tar.gz 71aad27b97e25efb0af494033fbf9cb009eb6c84472f4611a8371cb3fcfbfb8d