github actions/runner v2.304.0

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

Features

  • Runner changes for communication with Results service (#2510, #2531, #2535, #2516)
  • Add *.ghe.localhost domains to hosted server check (#2536)
  • Add OrchestrationId to user-agent for better telemetry correlation. (#2568)

Bugs

  • Fix JIT configurations on Windows (#2497)
  • Guard against NullReference while creating HostContext (#2343)
  • Handles broken symlink in Which (#2150, #2196)
  • Adding curl retry for external tool downloads (#2552, #2557)
  • Limit the time we wait for waiting websocket to connect. (#2554)

Misc

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

  • actions-runner-win-arm64-2.304.0.zip 8f11f1240ff97da21efa96649a71b1dd579eaf077bcdbfe532aac56e778ef469

  • actions-runner-osx-x64-2.304.0.tar.gz 26dddab8eafc193bb8b27afc5844ff3a6f789a655aca5bf79b018493963681a7

  • actions-runner-osx-arm64-2.304.0.tar.gz 789fc57af2f0819d470fcc447e2970f201cfc8aa1d803d4e5b748ec4c5d10db8

  • actions-runner-linux-x64-2.304.0.tar.gz 292e8770bdeafca135c2c06cd5426f9dda49a775568f45fcc25cc2b576afc12f

  • actions-runner-linux-arm64-2.304.0.tar.gz 34c49bd0e294abce6e4a073627ed60dc2f31eee970c13d389b704697724b31c6

  • actions-runner-linux-arm-2.304.0.tar.gz 9b988321757805f0d650574f49808ed7c7b31a691551b205f724e68f5ed9b543

  • actions-runner-win-x64-2.304.0-noexternals.zip d8f5b989b87cdc305dfe1d60042e1d9dbfa7171a1b8cef50a32c4318cddc0aec

  • actions-runner-win-arm64-2.304.0-noexternals.zip 9cd2216851572552b1cb73c2b04b42816404e756bf72fa2ae1d2bcdcc35cb05b

  • actions-runner-osx-x64-2.304.0-noexternals.tar.gz 0b671152926c770f3388db7745181ebc332ac4d172b9c0072085ada1e60170c8

  • actions-runner-osx-arm64-2.304.0-noexternals.tar.gz b1158738876eab7bf4b82219d61ad4624482cebe804665d8cd0aed6715b7ef7a

  • actions-runner-linux-x64-2.304.0-noexternals.tar.gz fcdb9fa40bb61fb5572d7fa880ec45fee62c5790edcea54878fb63d8decaa9c3

  • actions-runner-linux-arm64-2.304.0-noexternals.tar.gz af63cd2364acf0be85d0ebd1bf13dfb55bea2e6a57a6001ff8bacff8b1b9724d

  • actions-runner-linux-arm-2.304.0-noexternals.tar.gz 615fb4be6b8130256080ac121e717c03ff04ced58b93adf3afbf76b3e0dbe044

  • actions-runner-win-x64-2.304.0-noruntime.zip c09665369d2b4c5314a3a80721840d0619a83f946796529a421e7de37770c12d

  • actions-runner-win-arm64-2.304.0-noruntime.zip e5d5233170f45581335e8eaf21b00b96ed70b30cc39a7fd3c25d3c9bd26d6aba

  • actions-runner-osx-x64-2.304.0-noruntime.tar.gz c212455d760c8ed5c748dd6fa95a1c35cd1bb5d48de2b2be4a067e22123bc921

  • actions-runner-osx-arm64-2.304.0-noruntime.tar.gz 2d539f07492a7cca228f5054b598bc61760e4e4d1c0e79c011f0781ecf6f2e09

  • actions-runner-linux-x64-2.304.0-noruntime.tar.gz a68149267a89bd308ef579c512bf26c0c9eca8db892dbccf295423f2da7ed97c

  • actions-runner-linux-arm64-2.304.0-noruntime.tar.gz bf0b87c51be47f5b4a52ee20b1698202a1417b6679c6adb0f59ef98e76ae9f38

  • actions-runner-linux-arm-2.304.0-noruntime.tar.gz 895c36443b34bb05d4ba3c78bdbd9a6eaf1a8ff24e8253d2060c1a41a2bc129e

  • actions-runner-win-x64-2.304.0-noruntime-noexternals.zip 8f290aa634da0aeac715e2e075ac4b5e367210b693871d8964262b2653491745

  • actions-runner-win-arm64-2.304.0-noruntime-noexternals.zip d28315d1ae4f72a27af6c397a6c2ce6f5a28af1d165526131348aa41aa255c2e

  • actions-runner-osx-x64-2.304.0-noruntime-noexternals.tar.gz 0485941b1d8b330255a3dd3415d2f71bf773088fffbc119d91d9c94371b02ab5

  • actions-runner-osx-arm64-2.304.0-noruntime-noexternals.tar.gz db2d8ee498d92dacc54c6beac32d0c84ea6b00614bedc53290bef8ed74322c55

  • actions-runner-linux-x64-2.304.0-noruntime-noexternals.tar.gz 4b0baaec1612659d1b874abb8436df80856c0d239e2b995a6944b1b7ef77cacf

  • actions-runner-linux-arm64-2.304.0-noruntime-noexternals.tar.gz 9927347bd5a9da45e6d315b5355a43778c92828abd9798e11afbe1f1064ee076

  • actions-runner-linux-arm-2.304.0-noruntime-noexternals.tar.gz b0a0b2ab8bf107d3db339181dc33bb5a2f7ff91d84d6541c3d20cdf02ae10a60

Don't miss a new runner release

NewReleases is sending notifications on new releases.