github actions/runner v2.304.1

latest releases: v2.319.1, v2.319.0, v2.318.0...
pre-release14 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)
  • Add warning to notify about forcing actions to run on node16 instead of node12 (#2678)

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

  • actions-runner-win-arm64-2.304.1.zip d51220c67d463991eceb5862821514b38ee4b771b992b446d45e43e920afb7c5

  • actions-runner-osx-x64-2.304.1.tar.gz 8165ca0618fc70aad03af14e325d7623687aa9708b6f49d5983b6d66879ec983

  • actions-runner-osx-arm64-2.304.1.tar.gz f604f793bc2df91fd0c5adc27a98f2bd5aebdc6d33d30d031a4495fdef2cb737

  • actions-runner-linux-x64-2.304.1.tar.gz 27f2ad7eb52f8463a1475e8291c1e96af77eaa3b6872489560f1e96ab6d374e6

  • actions-runner-linux-arm64-2.304.1.tar.gz 3eed798b5c3e306df9f492b3df0ce246d6087535601255084ee1b910d06ffe2d

  • actions-runner-linux-arm-2.304.1.tar.gz c736bd2f2fe9190f810ab718d067d43fc870b0b3694383cd6e3f603eaea675c4

  • actions-runner-win-x64-2.304.1-noexternals.zip b10afd9e2ef6ac76cc9e92f4cecc66f9050c169866118bcbdf9e3525dc7a696d

  • actions-runner-win-arm64-2.304.1-noexternals.zip 7c0279d4945be87d7abc9733fccaee76da199488405668822ea1daa169f45fb1

  • actions-runner-osx-x64-2.304.1-noexternals.tar.gz e64dac906f067228a55516ed622be41d4e46c9f94d9126391abbf817575c817c

  • actions-runner-osx-arm64-2.304.1-noexternals.tar.gz 26c0617a9e99fcd74195054bd72b45040a443807fcb89e0e117f426b01793985

  • actions-runner-linux-x64-2.304.1-noexternals.tar.gz b58f36d620a454a8e3f6cac9a5c10d5e8104a25f37a69728a3895e64ff3c4b96

  • actions-runner-linux-arm64-2.304.1-noexternals.tar.gz 8bf35c4a4b874422c74a8a049dd4134fa2a1d9195814375b9796bd0ed16447cb

  • actions-runner-linux-arm-2.304.1-noexternals.tar.gz b2b4b96a4939e46cdd58280b15896e8137b4f55c1fbaf94e1ceba360f0511047

  • actions-runner-win-x64-2.304.1-noruntime.zip af7a8ac13bfb9052e46e486d22b69ed52a02e589fd2b29041734371e24bec48f

  • actions-runner-win-arm64-2.304.1-noruntime.zip 02e863bf3909973bce2bf654f1c47e4875016c56236298c8b408fd6e61ca463d

  • actions-runner-osx-x64-2.304.1-noruntime.tar.gz bd62aaa87581d9f9f6cc260abc4fcf0ba2efa6f43847944c21a803a2aa336ccf

  • actions-runner-osx-arm64-2.304.1-noruntime.tar.gz c8543652f98faf808946324b7d3cf5d3a99050ec14c23a64213bf24c0e4d9c23

  • actions-runner-linux-x64-2.304.1-noruntime.tar.gz 783cc27e45a6551c810e1f1c0fd5bec20645cfae31f17d58bacf38c6fc1d5bfd

  • actions-runner-linux-arm64-2.304.1-noruntime.tar.gz 5435a6ad3b9f7eb3107e28cdcc58e7455a655103cd49fa549fe9ba4459fed175

  • actions-runner-linux-arm-2.304.1-noruntime.tar.gz 70257c87f141798b989006fe26cdbb8d0ee03c9f3da97ce85a5c34ffd37bb053

  • actions-runner-win-x64-2.304.1-noruntime-noexternals.zip be58b27b8e6ebfd4cded63cfbd057137bc9721a13a1d3a5a5162a27929af4698

  • actions-runner-win-arm64-2.304.1-noruntime-noexternals.zip 522d4020610d834b78528b7d61cc4564bb252fb59d21c20243cb508844da7fdc

  • actions-runner-osx-x64-2.304.1-noruntime-noexternals.tar.gz 90d3103cfffb5ef68826bf8dc04428e33b63bd6dc1b3ba12639d76ecea192340

  • actions-runner-osx-arm64-2.304.1-noruntime-noexternals.tar.gz 071ee9890d7ee6c8ae69656bc9c1a967897db84ff1dd9c9c9f3222aa93365695

  • actions-runner-linux-x64-2.304.1-noruntime-noexternals.tar.gz 34d6c5d5dace7c85bc1a1cc40dbc496e3474c0bb9d060977e1681d6ddec361e2

  • actions-runner-linux-arm64-2.304.1-noruntime-noexternals.tar.gz 6df35113ee6a5740480bece35fafda7c12e542abec6d3abfe165d8fcdc69d2f8

  • actions-runner-linux-arm-2.304.1-noruntime-noexternals.tar.gz 329cfb970557839282966e00fcd83fbd6349a2d193ce841e3b4b37b49f134b4c

Don't miss a new runner release

NewReleases is sending notifications on new releases.