Skip to content

Releases: actions/runner

v2.306.0

07 Jul 11:53
da6dfe9
Compare
Choose a tag to compare

Features

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

Bugs

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

Misc

  • Send environment url to Run Service (#2650)
  • Reduce token service and unnecessary calls - send token to redirects (#2660)
  • Add 'http://' to http(s)_proxy if there is no protocol (#2663)
  • Remove extra result step for job itself (#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 998fd610e6024cb7015240a82a635a877aab4d6dfb0de89bdd167b0128452721

  • actions-runner-win-arm64-2.306.0.zip 70655f84090b0e4630ce310777a0a955d47390fdaf136687bc854d006e9f3e3a

  • actions-runner-osx-x64-2.306.0.tar.gz 842bfb1d707fd7af153bb819cdc3e652bc451b9110b76fcb4b4a4ba0c4da553a

  • actions-runner-osx-arm64-2.306.0.tar.gz 4e4a5e7de762c800c4d41196bf6ed070581a1e3c4a2169178d3dbc27509a55a8

  • actions-runner-linux-x64-2.306.0.tar.gz b0a090336f0d0a439dac7505475a1fb822f61bbb36420c7b3b3fe6b1bdc4dbaa

  • actions-runner-linux-arm64-2.306.0.tar.gz 842a9046af8439aa9bcabfe096aacd998fc3af82b9afe2434ddd77b96f872a83

  • actions-runner-linux-arm-2.306.0.tar.gz 01799a8e6c39788a9f848e903de1ed7d0503d695d0ccc57f4c57ca78f35499c6

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

  • actions-runner-win-arm64-2.306.0-noexternals.zip 92f6d7a6f5c984004b4d74a6e8b87d0ec9ce42f54f0016d3b45528c3a72627e8

  • actions-runner-osx-x64-2.306.0-noexternals.tar.gz 9a37e71964a83a1bb8efd7b6461181e5c51106d612407763523d75c6cf38f8ba

  • actions-runner-osx-arm64-2.306.0-noexternals.tar.gz ed119d1142b8ac00d69a0c68c6e0adf0eec35ffbdf3e6e0174b754dfab693d80

  • actions-runner-linux-x64-2.306.0-noexternals.tar.gz 4f4b5e0e21023f2a53c9a0a91c95e5bbd33e695623c5c3c8236dde4e8032f96c

  • actions-runner-linux-arm64-2.306.0-noexternals.tar.gz 9d817daa7a766c5a3d2ae7eb42c11935066cea8f1b1d3b9e333cba325654ee5b

  • actions-runner-linux-arm-2.306.0-noexternals.tar.gz f7ea01dc5b0d7e4dc7ca243d810f55bb135ed436912ac3361bb68d089c4387aa

  • actions-runner-win-x64-2.306.0-noruntime.zip 51debad8a601bbe49af63b55e67f1febdec18a025243420dc252b55a51314e80

  • actions-runner-win-arm64-2.306.0-noruntime.zip 53d4554a89fb6a5c34a1f375c9358bdeec795750214f3382e16c26b6fe230f5a

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

  • actions-runner-osx-arm64-2.306.0-noruntime.tar.gz 7022b4004e045c213cc02f61ced7412fc936ba6bedac25caab88c82d44e5f77c

  • actions-runner-linux-x64-2.306.0-noruntime.tar.gz f4417785eff5060d21cb47c104a09e02d12feeda971bde230c98d0f6613c1384

  • actions-runner-linux-arm64-2.306.0-noruntime.tar.gz 83ee93d70d90e27764d9577a27e345fb3baf810f30779e5ec7f9b61b4ff9c1e4

  • actions-runner-linux-arm-2.306.0-noruntime.tar.gz 60e6be3e5abc736933e846c7af55a606dbb1576ae3628d203b9064a13a264e86

  • actions-runner-win-x64-2.306.0-noruntime-noexternals.zip da3e790a4a8c79191082bf3a737958fa6b1c6889cc15c3f645bf8c41b4c89765

  • actions-runner-win-arm64-2.306.0-noruntime-noexternals.zip 566dd7d54c266c4cccfdb3f97e0e76bb79f79305c456bc4a0296b056e5b8c8a5

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

  • actions-runner-osx-arm64-2.306.0-noruntime-noexternals.tar.gz 1269824a2fb8f70f1e35e8aa4bb4f06c41122c65e8b6febeb5ee2d963ed82a8f

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

  • actions-runner-linux-arm64-2.306.0-noruntime-noexternals.tar.gz 70aa27839eade6d5ee8fc90b66b37f9fddcefbc36a0ed73d84608f926fb5a6fa<!-- END SHA l...

Read more

v2.305.0

14 Jun 13:21
6cbe663
Compare
Choose a tag to compare

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 07f9fd4fc7990456085794...

Read more

v2.304.0

26 Apr 20:09
9ef4121
Compare
Choose a tag to compare

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<!-- END SHA linux-arm64_noruntime_noex...

Read more

v2.303.0

10 Mar 11:07
e676c78
Compare
Choose a tag to compare

Features

  • Preparation work to support matrix context in output keys (#2477)
  • Add update certificates to ./run.sh if RUNNER_UPDATE_CA_CERTS env is set (#2471)
  • Bypass all proxies for all hosts if no_proxy='*' is set (#2395)
  • Change runner image to make user/folder align with ubuntu-latest hosted runner. (#2469)

Bugs

  • Exit on runner version deprecation error (#2299)
  • Runner service exit after consecutive re-try exits (#2426)

Misc

  • Replace deprecated command with environment file (#2429)
  • Make requests to Run service to renew job request (#2461)
  • Add job/step log upload to Result service (#2447, #2439)

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

  • actions-runner-win-arm64-2.303.0.zip f7d78a98b3d10d265066e85520862f062aeda0294453c58a2b21ebb747b08f09

  • actions-runner-osx-x64-2.303.0.tar.gz 8bd595568ceee5eb25576972bc8075b47c149b3fac7eb7873deed67944b45739

  • actions-runner-osx-arm64-2.303.0.tar.gz bbbac8011066b6cec93deb2365132b082b92287baaf34b5d9539e955ffe450ff

  • actions-runner-linux-x64-2.303.0.tar.gz e4a9fb7269c1a156eb5d5369232d0cd62e06bec2fd2b321600e85ac914a9cc73

  • actions-runner-linux-arm64-2.303.0.tar.gz 53f137fb4c00ac9906cbdf4b7c5c14e2e9555a2843d5c0171f6368207472464d

  • actions-runner-linux-arm-2.303.0.tar.gz cb55db5f6e8e2ab3db0c4236aad7d240e413a2b8aa7dffd24a288255dbb05fcf

  • actions-runner-win-x64-2.303.0-noexternals.zip 5d8c88927fbe2283d2fa325f806560f10a9850731c0b4c898ca2f7964fdd406e

  • actions-runner-win-arm64-2.303.0-noexternals.zip 6b0e5c89df2d387e6f56221896e83142c14a1afc626c710d373faeb05c7b177d

  • actions-runner-osx-x64-2.303.0-noexternals.tar.gz f78e3ad691924e78022754e0648d92a289435d5ede036237ddfd178b1df29f25

  • actions-runner-osx-arm64-2.303.0-noexternals.tar.gz acc1227c10820e12cd70ece24eee6a79442dd591c34f13443702254347d9b490

  • actions-runner-linux-x64-2.303.0-noexternals.tar.gz 022f3c71c0e0991415e8f895dc9aa22c16d32b3dd2d5f7423bbd97ae972416ac

  • actions-runner-linux-arm64-2.303.0-noexternals.tar.gz c4bec766c0f048a51193fb857e764f9270825738cf9eb0819a1b45824a3d7afc

  • actions-runner-linux-arm-2.303.0-noexternals.tar.gz 01ab11f1ed1a4065c77de4fa832533b4c2b51f6cac1a1430bf6258188df09000

  • actions-runner-win-x64-2.303.0-noruntime.zip 765a390e1241aa878be1d806bd449dce88348d114dca9a73e28c5ca42bc68b50

  • actions-runner-win-arm64-2.303.0-noruntime.zip f7f7a3b947a66b0b9290f5659d287962cee941c3bee3981eb81d8c5f7f0f74c1

  • actions-runner-osx-x64-2.303.0-noruntime.tar.gz 7de3a2b66ea77f757a6f27b94c4e6f4403df2b7e3be800cc38f2502dead63b34

  • actions-runner-osx-arm64-2.303.0-noruntime.tar.gz 8efdd164ddbc7ad0fe2bbe4dde35cc49a6b1263c993b3b0e03bfb8d1bdc840b6

  • actions-runner-linux-x64-2.303.0-noruntime.tar.gz 2634a6fd0f9f2402cfc186063b8e129bd4391f0aecc0a524a292e1623360d501

  • actions-runner-linux-arm64-2.303.0-noruntime.tar.gz e353d520ca2f24fe8685e83f74f3c153b5d0e44965d20433cb3a6fd57d7b865e

  • actions-runner-linux-arm-2.303.0-noruntime.tar.gz 01e150e8929926b8739c2e7fc873843d892a82c61635f2c118e00242309d78ae

  • actions-runner-win-x64-2.303.0-noruntime-noexternals.zip f208879cc1da7893bf911b7a601e3eb5648d2c86e04b880ae428465c679f8dbc

  • actions-runner-win-arm64-2.303.0-noruntime-noexternals.zip e1f382005c6b48eee23b704ae2819771d80f05732135c79b093b9889ef73d0c7

  • actions-runner-osx-x64-2.303.0-noruntime-noexternals.tar.gz 3f53b1a10f837c96e83b6d569dc2ecbcaa0dc79e4a4aee8ea2ddf71643f1d54b

  • actions-runner-osx-arm64-2.303.0-noruntime-noexternals.tar.gz f50cdf73ea09b1b5850032cf45c30e90e97e6fc3ecfcd81de68638282423b997

  • actions-runner-linux-x64-2.303.0-noruntime-noexternals.tar.gz fc4577472fef7dea377dcb4a7835ae274029db008fd0a6a0c03bf1ecfa189ee5

  • actions-runner-linux-arm64-2.303.0-noruntime-noexternals.tar.gz ec4cb5000a6d4d33ba29f565d950dc3382c6...

Read more

v2.302.1

15 Feb 21:20
Compare
Choose a tag to compare

Features

  • Add support for ghe.com domain (#2420)
  • Add docker cli to the runner image. (#2425)

Bugs

  • Fix URL construction bug for RunService (#2396)
  • Defer evaluation of a step's DisplayName until its condition is evaluated. (#2313)
  • Replace '(' and ')' with '[' and '] from OS.Description for fixing User-Agent header validation (#2288)

Misc

  • Bump dotnet sdk to latest version. (#2392)
  • Start calling run service for job completion (#2412, #2423)

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

  • actions-runner-win-arm64-2.302.1.zip 6a269f9ec1bf6243ab8c934a723028ac50620f0e85936d65620a8d195b3accb0

  • actions-runner-osx-x64-2.302.1.tar.gz cc061fc4ae62afcbfab1e18f1b2a7fc283295ca3459345f31a719d36480a8361

  • actions-runner-osx-arm64-2.302.1.tar.gz f78f4db37bb7ba80e6123cec0e3984d1f2bb3f8f3a16db679c42ef830e0981d3

  • actions-runner-linux-x64-2.302.1.tar.gz 3d357d4da3449a3b2c644dee1cc245436c09b6e5ece3e26a05bb3025010ea14d

  • actions-runner-linux-arm64-2.302.1.tar.gz cac05dc325a3fd86e0253bd5bda1831e1d550805c47d6e3cc6d248570ceb3b74

  • actions-runner-linux-arm-2.302.1.tar.gz cb9992e3853d95116ff73f9353b45d5134e315eb3c03b13fb6adb8651346411d

  • actions-runner-win-x64-2.302.1-noexternals.zip 5a3ca4712ff69a0d6fbf54d66b30f213ee2a627f1058de8d173dff029ce9d416

  • actions-runner-win-arm64-2.302.1-noexternals.zip 87e57b9330a58e2aaa801f8b1ad1c61036810768fe0203c4bd764af41f911ed6

  • actions-runner-osx-x64-2.302.1-noexternals.tar.gz b5ab75b6bf68dfdec8482620800d5f67622f73e05e96513ee7664657556a7f03

  • actions-runner-osx-arm64-2.302.1-noexternals.tar.gz cc3f3e10f8fe92c4ec2c26624bf47e59bb6afc786b19baf9ba63d69c3f385d15

  • actions-runner-linux-x64-2.302.1-noexternals.tar.gz afa8faa1b5daaa17dac7cefa0f3382fdcbf2caa4d2fe7b395a367dc34ed325a1

  • actions-runner-linux-arm64-2.302.1-noexternals.tar.gz 2c366f005ef29043b7a5cb6a57fb58fec1c5103437a54c7a8473ed37089ab913

  • actions-runner-linux-arm-2.302.1-noexternals.tar.gz 45ae81b5778091d172926af8c1cae503e88beec84672d632e0bd4c522ac013d1

  • actions-runner-win-x64-2.302.1-noruntime.zip efb536435de3846ed78ff274811fdc5f80e14d333998848adc77667213c00acf

  • actions-runner-win-arm64-2.302.1-noruntime.zip b99f00cc31db78c50351ab79fb0f55335e709e8d8fef943c90b3f63702e92323

  • actions-runner-osx-x64-2.302.1-noruntime.tar.gz 7a0f93836bcb09de14c9eae8d38111cf3e39f1a197a9b3a27af160bef6c5b5d1

  • actions-runner-osx-arm64-2.302.1-noruntime.tar.gz abd58d2b17e6e3d012c18d7e4b3fca2bf4696ce5c2db770ec8887160c985b9e9

  • actions-runner-linux-x64-2.302.1-noruntime.tar.gz 4bf45f5b1f22530e77331ca2771dd2365d9b31ea7b1ca5c075073717b90bb5da

  • actions-runner-linux-arm64-2.302.1-noruntime.tar.gz 42bdfeb2ae7492f3a5aa84d746da931ba216bf8e2d7c909d91195356f4a6dc07

  • actions-runner-linux-arm-2.302.1-noruntime.tar.gz 7f7be6b525cbde8bc96718af49a74391e71e755bed689c44b4383dccb26c7ab2

  • actions-runner-win-x64-2.302.1-noruntime-noexternals.zip 0e5d239ea881ddf5c3284974c8d1a0b92fcc23984f3110b7222c25fcaf9de988

  • actions-runner-win-arm64-2.302.1-noruntime-noexternals.zip 022822ac9d1a0e567356f4d4a4b01bad96746233c32c315ef1dfbb2ca0a4f803

  • actions-runner-osx-x64-2.302.1-noruntime-noexternals.tar.gz a0ba3d46ac542bf805c722daf4ab574b7b4e3182c265307dcd084f3154318fd7

  • actions-runner-osx-arm64-2.302.1-noruntime-noexternals.tar.gz 60a9b5ad71fafff9c36c20a2f6b36610ddaef758b66ea9c4a004839e08c6fd7b

  • actions-runner-linux-x64-2.302.1-noruntime-noexternals.tar.gz 49073a37b855b14b0ea53665ff5310f506f166a2e565e0057905c16c806463df

  • actions-runner-linux-arm64-2.302.1-noruntime-noexternals.tar.gz 5d94931a267410b5fb1293a7fa7a29ececa535aed48768ad4aa9cd8ea7aab8c6

  • actions-runner-linux-arm-2.302.1-noruntime-noexternals.tar.gz 2a8376c0c41e373d5f0648acdb67d8563866cca460450570f401c8cc99425c3e

v2.302.0

14 Feb 15:10
b831e03
Compare
Choose a tag to compare

Features

  • Add support for ghe.com domain (#2420)
  • Add docker cli to the runner image. (#2425)
  • Uploading step logs to Results service (#2422)

Bugs

  • Fix URL construction bug for RunService (#2396)
  • Defer evaluation of a step's DisplayName until its condition is evaluated. (#2313)
  • Replace '(' and ')' with '[' and '] from OS.Description for fixing User-Agent header validation (#2288)

Misc

  • Bump dotnet sdk to latest version. (#2392)
  • Start calling run service for job completion (#2412, #2423)

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

  • actions-runner-win-arm64-2.302.0.zip 0a78ee8e61f9d9ec32c70977095244b604d315e318732d9920b1ea773f962067

  • actions-runner-osx-x64-2.302.0.tar.gz d3301753ad95284c2e8a40702868719a592a17e849e2dfb84efc265bdf81b573

  • actions-runner-osx-arm64-2.302.0.tar.gz 900314c7006c90d7e97bc9535411841499648eaa6b407ce9e88ef7075d62fa49

  • actions-runner-linux-x64-2.302.0.tar.gz 8542830a1b05a612abd0f48a381fd716996820464ac4e67b9291984ceea8c7cb

  • actions-runner-linux-arm64-2.302.0.tar.gz 2e291157fd24d8f0ff5373b51f9e3ef81ab2aad8f8ea50ec064c9cab4bdcc593

  • actions-runner-linux-arm-2.302.0.tar.gz 6e5ee26fded8352fef30eb78378c65220f990b316652d0c15d38fe137ba62133

  • actions-runner-win-x64-2.302.0-noexternals.zip c6784236b455d11fe04290ecafdccb938b300ee6bd2de8dc7d7a47e4a35af1ac

  • actions-runner-win-arm64-2.302.0-noexternals.zip abb8d1bd2c9909656568bb69d7ac52cede6110ed92e934caf64b194190573b2c

  • actions-runner-osx-x64-2.302.0-noexternals.tar.gz b3359d9880d41eb33382a9f20e7b34e4ddb0967d8962822b7a2d3f778f559585

  • actions-runner-osx-arm64-2.302.0-noexternals.tar.gz ebd70ff280afe2ca7915bff89fa3cc4c869feb2d2c34017a8e445da67354a9e8

  • actions-runner-linux-x64-2.302.0-noexternals.tar.gz 6b5c44f4953efd67cba17b763d25163ef4b9aa33f202d7cf3600854574086e7c

  • actions-runner-linux-arm64-2.302.0-noexternals.tar.gz 99305a69b668e12d2fe64ba4b6ab37601468432b4775f8559465b96287989fef

  • actions-runner-linux-arm-2.302.0-noexternals.tar.gz 0c860b21128eee23defde2fcdf2f1ad40ba5f0f59242cb2617bbf962a73e98f6

  • actions-runner-win-x64-2.302.0-noruntime.zip 73ad46191313d1312ac6e6cb557bf0982805dbe38ba22fd34567c189bffe6b1d

  • actions-runner-win-arm64-2.302.0-noruntime.zip 48027ca41c541a938afaf9a95a4eeb8d2f156c2f58286329e3ab01b2cb11b8f4

  • actions-runner-osx-x64-2.302.0-noruntime.tar.gz a1932bc931104474524a90669cce9f497a4e12e62deb800b73c3d5de2c7a6994

  • actions-runner-osx-arm64-2.302.0-noruntime.tar.gz b14b62aa141c4302f01f0cbf6ae88b8b6bcd82831468c9837eefaac6be4efd0a

  • actions-runner-linux-x64-2.302.0-noruntime.tar.gz 9c15e0afdcd22f4a64a970f35e8ff3d058b696c94481a33d2965a2d459a02cd5

  • actions-runner-linux-arm64-2.302.0-noruntime.tar.gz 2a8a6aad292d8c93d3af32675e579511f27cace80d8f1a09722536e8d6bcfe7b

  • actions-runner-linux-arm-2.302.0-noruntime.tar.gz c8f8b8749937a5a09a1d2a42c1073a49681a8e574148c95fd0900a6a42afbdea

  • actions-runner-win-x64-2.302.0-noruntime-noexternals.zip 05ded462c5f810c10e40bf8496bf0c54396a4a05f8b9b239e6e02d6600ff5bbf

  • actions-runner-win-arm64-2.302.0-noruntime-noexternals.zip 67ff403cbcca30ca2293bbb09d1bd44bc902acdc92a9d881b82042e2121a4293

  • actions-runner-osx-x64-2.302.0-noruntime-noexternals.tar.gz d4e5029e63c53b7b9715926173134a15147e2d0f94091d14234db50d9cbb49ae

  • actions-runner-osx-arm64-2.302.0-noruntime-noexternals.tar.gz fc2c96fcbacdc15701de9c5dbbb4c8c451d7489c1df94c109635b88551581479

  • actions-runner-linux-x64-2.302.0-noruntime-noexternals.tar.gz be000f43c9690759801b669652b2a371370bf786ab5932b83ab8a4efb741b19a

  • actions-runner-linux-arm64-2.302.0-noruntime-noexternals.tar.gz 469aaedaac5602fb0a2a406e8dab2183b62da91677a8326c83fc252d3ac8cfc9

  • actions-runner-linux-arm-2.302.0-noruntime-noexternals.tar.gz 97c534003abd6644585b157cafda3978bbb815278e0feb5241882d21bdc10432<!-- E...

Read more

v2.299.2

30 Jan 16:07
d84b751
Compare
Choose a tag to compare

Features

  • Displays the error logs in dedicated sub-sections of the Initialize containers section (#2182)
  • Add generateServiceConfig option for configure command (#2226)
  • Setting debug using GitHub Action variables (#2234)
  • run.sh installs SIGINT and SIGTERM traps to gracefully stop runner (#2233, 2240)

Bugs

  • Use Global.Variables instead of JobContext and include action path/ref in the message. (#2214)
  • Sanitize Windows ENVs (#2280)

Misc

  • Allow '--disableupdate' in create-latest-svc.sh (#2201)
  • Fix markup for support link (#2114)
  • Add runner devcontainer (#2187)
  • Setup linter for Runner (#2211, #2213, #2216)

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

  • actions-runner-win-arm64-2.299.2.zip f419352f75902d380717e559872703c8cd664fa47b44dd1a000e03d6be59206c

  • actions-runner-osx-x64-2.299.2.tar.gz cb47dacee19c4c5660f40743b5881d3a9b0d7abc4ae06a01b51aa2d1c6226a64

  • actions-runner-osx-arm64-2.299.2.tar.gz 64429f7e986eaf189d2ef15602bc0c3b1172654eb0f197dec662e9a3f4ba7635

  • actions-runner-linux-x64-2.299.2.tar.gz 292d510de5d76888e89c3a43d23c91f214d83d7553ae5e9c2d2f468d514ca0aa

  • actions-runner-linux-arm64-2.299.2.tar.gz 269a49ec2fad48d030773cad8b5e56332cb4c9dadffc5bb9ce5a876b34f68f4d

  • actions-runner-linux-arm-2.299.2.tar.gz af4832287b3c22e1af88c17ab1351a7ea8d80c520ac042d64e4e3590b7222f9e

  • actions-runner-win-x64-2.299.2-noexternals.zip 0bef1a06a42e353abfaffc9a39b75f62e2e7a92f9701ef2c0eab6e4680c72731

  • actions-runner-win-arm64-2.299.2-noexternals.zip 9e187de212aeda9463df737be38f183bd9cd9b7c1980a1883ea199a19bab1f39

  • actions-runner-osx-x64-2.299.2-noexternals.tar.gz cfa47088a11b97afb7306683375e1bf40c23f70cab56b79fec924e2e02595f90

  • actions-runner-osx-arm64-2.299.2-noexternals.tar.gz 41f164c91e1e4c7195aa57a6afcdc812e6400f6c16ddb0759db76891a9cc4c03

  • actions-runner-linux-x64-2.299.2-noexternals.tar.gz 6480d555e9fac6c5799d65ba9741c692ca016f61cf9d86391bc0188c23d8facb

  • actions-runner-linux-arm64-2.299.2-noexternals.tar.gz ca9bcaa99837bdb14b7115a1b7e84917e144e542766186749d96059cb85ecb4d

  • actions-runner-linux-arm-2.299.2-noexternals.tar.gz c4e36539f7a4631bcfed003ce473308227a7adfc0c29a448a4a490ff2bfc5667

  • actions-runner-win-x64-2.299.2-noruntime.zip 1343bdb9fb67b797c5bd3196dbd8a84f06615cb14e8d23f8ab757a0a8daa6898

  • actions-runner-win-arm64-2.299.2-noruntime.zip dfc5ae6ea91b500a0599d45af604cd22ecd61783695ccc12db98540efc4296e1

  • actions-runner-osx-x64-2.299.2-noruntime.tar.gz 2f5694148edb6cf062c0f3a070a671be9dd313cd6bb3a3fd5b45dae8be9cac8d

  • actions-runner-osx-arm64-2.299.2-noruntime.tar.gz f65f25c2d738b105541bd2cf3d793fe8e262030eea628ff88a64ddbe88013e96

  • actions-runner-linux-x64-2.299.2-noruntime.tar.gz 0b951a0b1796b7262b5943756a81fba1d396dad052c4c379ff1fe830816b25a6

  • actions-runner-linux-arm64-2.299.2-noruntime.tar.gz 9908a79777074057f103417a1ed5a881ae54c30ebaa7a1ec82cc820bf95e65cf

  • actions-runner-linux-arm-2.299.2-noruntime.tar.gz cc9023ba6f8d254313d09a2c02854ea2c72b941d099fec990deed3e7457f3e6d

  • actions-runner-win-x64-2.299.2-noruntime-noexternals.zip ce3f19fef36f739436339cf23db77769b17c69d84ba7c2afacf3580f71244cbc

  • actions-runner-win-arm64-2.299.2-noruntime-noexternals.zip b7df4b7b2f381231be3477e0dc29de0f5c69854289f572505dda917c651a1026

  • actions-runner-osx-x64-2.299.2-noruntime-noexternals.tar.gz 224f72b1f3793989c0d2f6ac4dea1504232d656988ba44c9f40b32783cad1719

  • actions-runner-osx-arm64-2.299.2-noruntime-noexternals.tar.gz a39f7c20fc2b21089ca68ebbf8b31d39c1bf0ec889d024237a24b91abf9391a0

  • actions-runner-linux-x64-2.299.2-noruntime-noexternals.tar.gz 567fec18400b6c6beded59cb6fca080e6be71f226a9b4cc499b026581bbe6ab7

  • actions-runner-linux-arm64-2.299.2-noruntime-noexternals.tar.gz 24ecea5bb6d2d59cbf33c61946681f6f8b6e5c46afaae0981c82724841aa2219

  • actions-runner-linux-arm-2.299.2-noruntime-noexternals.tar.gz 849da8cdce729bff69f500be8bdd7dc20dd61c22bd88297fa8af0df33a5ce11b

v2.296.3

30 Jan 16:08
799aae7
Compare
Choose a tag to compare

Bugs

  • Fixed an issue where self hosted environments had their docker env's overwritten (#2107)
  • Sanitize Windows ENVs (#2280)

Misc

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

  • actions-runner-osx-x64-2.296.3.tar.gz 3e301d8a1fa185bce42d4d9195d7f627b0b27c9e1f7c88bc43f95d6e2a944f64

  • actions-runner-osx-arm64-2.296.3.tar.gz 9e2780d83a7564f91231b04a800dfb08929b98e865bafb529215885cc30b9237

  • actions-runner-linux-x64-2.296.3.tar.gz d1c84df7942a3a9217b0287c3022bc3bbc5a42b0ab06a90e2bab4b1b2440243c

  • actions-runner-linux-arm64-2.296.3.tar.gz 8d330463b9b48fafbb3155032aabff6ac0bf63db6d7c50fc41f08d0edfceafaa

  • actions-runner-linux-arm-2.296.3.tar.gz eb671bc5cb9cc17e695a8fd5fa886fd1ef5fe80ac77b7df09e4fb09c3691dd30

  • actions-runner-win-x64-2.296.3-noexternals.zip 6abecc6360d6c7a9562b8ad897d89aa36e9a8596704644dde58b1be2cd4e5ee1

  • actions-runner-osx-x64-2.296.3-noexternals.tar.gz 04663f8b976f4cec88cb5858d3481852475143f34427d76787c1ff957048d443

  • actions-runner-osx-arm64-2.296.3-noexternals.tar.gz fa729bd9684f8be7022dabda821b5aaedff09ba6241765e955c26435fe6497e0

  • actions-runner-linux-x64-2.296.3-noexternals.tar.gz a3a9a0dd6aa127146c0fa7e1386b1040a1d7f6873e5c256ba102d533b28e8cb0

  • actions-runner-linux-arm64-2.296.3-noexternals.tar.gz 14751dc973143d3c730b5a0c982542b8e8ca88d724f9bbaa80ad5b572a59f897

  • actions-runner-linux-arm-2.296.3-noexternals.tar.gz a3fe8740727ae53e215bfcd98d5c694d5e354eb5c6b041b37470149047ffddc5

  • actions-runner-win-x64-2.296.3-noruntime.zip e30df07de5c05f9efc62fcff381d92e8d50857140d8491537885c385597f14e1

  • actions-runner-osx-x64-2.296.3-noruntime.tar.gz aa1748abb10d82b7e1c8ec388be29007ead38eb4f49fe93f34c359c3746e51b1

  • actions-runner-osx-arm64-2.296.3-noruntime.tar.gz 9ed396b19b3e6477c84648509ccec44801d0d354de78d8d280b420955e5a9d65

  • actions-runner-linux-x64-2.296.3-noruntime.tar.gz 57b746a2477b573976b41b2c6a063d55ab0bace99e3b37e7805549448e217535

  • actions-runner-linux-arm64-2.296.3-noruntime.tar.gz 7a1fd6924293ed1c187b2cd45a9d57cb14a365b5ced02a50babcc3e353f67ab7

  • actions-runner-linux-arm-2.296.3-noruntime.tar.gz 5cde5464ebbaea09b5783feba58cfa7f113004418001eee89d6db2b0496e87a9

  • actions-runner-win-x64-2.296.3-noruntime-noexternals.zip 8fbdf8f13657adbaec068df93bd43e362c5d73e0c6d51ce84d4635522fab4b9e

  • actions-runner-osx-x64-2.296.3-noruntime-noexternals.tar.gz 83145fc224162d75431cf681b8013799843597e03ad39113f939d306270d17c1

  • actions-runner-osx-arm64-2.296.3-noruntime-noexternals.tar.gz f10b8e6295de429bb110bd8fdbf9e98782c32c76da85f018f2a445469a96e932

  • actions-runner-linux-x64-2.296.3-noruntime-noexternals.tar.gz 8728dce3da84a430712030ef304dbee60906410cdb8b503f5c5cb8725e498436

  • actions-runner-linux-arm64-2.296.3-noruntime-noexternals.tar.gz 0ae4183048d00ea77c215fa3991f75ccbe8256e8d88630d931531c0861aeb700

  • actions-runner-linux-arm-2.296.3-noruntime-noexternals.tar.gz ab8d83b63b39b4dd8aa3843a2b6cc71ed8f8909b30d53913c27f7e44c177f772

v2.293.2

30 Jan 16:08
0e7b795
Compare
Choose a tag to compare

Features

Bugs

  • Fixed an issue where container environment variables names or values could escape the docker command (#2108)
  • Sanitize Windows ENVs (#2280)

Misc

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

[Pre-release] 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.293.2/actions-runner-osx-arm64-2.293.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.293.2.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.293.2/actions-runner-linux-x64-2.293.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.293.2.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.293.2/actions-runner-linux-arm64-2.293.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.293.2.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.293.2/actions-runner-linux-arm-2.293.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.293.2.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.293.2.zip ef0b9452ed4152776b2a49f5fcce69f08e08f455517e9788b419d5daa6aec47e

  • actions-runner-osx-x64-2.293.2.tar.gz 0d7036d169271725a4083a4e9bc13df76baff5a65c6592ea43e55c0cfc1e1996

  • actions-runner-osx-arm64-2.293.2.tar.gz a6de693630bcece10e9d514b2afa1945bf7ac827e47594ba23316dca227cabf8

  • actions-runner-linux-x64-2.293.2.tar.gz 85ff25911f39538664c42ccf3489909af6dbcc259d9df51c0130fb9694ad222c

  • actions-runner-linux-arm64-2.293.2.tar.gz bb9d98436f8eec1c6eadfea36aeebdeaed1150a0b0cac623dae465035dee3025

  • actions-runner-linux-arm-2.293.2.tar.gz 0c0464200e0dd9d327d8e248be885931f857ec68f103d67ccbd61a05aa59dde9

  • actions-runner-win-x64-2.293.2-noexternals.zip 2af370d04ceeb18602cc52ab6bc15c1cbc8f6ee645ebb19d9d1d56e33ab9785c

  • actions-runner-osx-x64-2.293.2-noexternals.tar.gz 0b74510841f2761bec314174a06927a486d4dea4fbc503a04f60860d39ce6caf

  • actions-runner-osx-arm64-2.293.2-noexternals.tar.gz a8619b398f73c78829ba6cc022253e22db2262f0f6ca4fc40d7af01fe0bc4e7b

  • actions-runner-linux-x64-2.293.2-noexternals.tar.gz 3cf771ee9d875b6752e7080c211ed7343c4bc74c32999b8bef54de801df3c908

  • actions-runner-linux-arm64-2.293.2-noexternals.tar.gz 25306451b2fdc12be34a208c7943cd2c3fc20e807a16c1250004be33c5c26eca

  • actions-runner-linux-arm-2.293.2-noexternals.tar.gz dcaea9411599f8087c34c6deed9ee601555391593d091d8b05acdef185709914

  • actions-runner-win-x64-2.293.2-noruntime.zip b33119899bbef1b38c154cd6580c2138c57d43a0756081fa59baa0618ccba8e0

  • actions-runner-osx-x64-2.293.2-noruntime.tar.gz ac5b97e6a275d50c057c61545150b7a8e0d536bd9b338f5ce73ca7d2cf57f39f

  • actions-runner-osx-arm64-2.293.2-noruntime.tar.gz ff02ccacc90ac37682162802d6c4c9ba1bbdb55f15ea4b7978df34055a076cc1

  • actions-runner-linux-x64-2.293.2-noruntime.tar.gz 8c2da97cd8fbddd78b00ef460fc828b2d1351615a0be088825dde9144f816a71

  • actions-runner-linux-arm64-2.293.2-noruntime.tar.gz 456669b4d863cc7fbcfd237eb428e190a34a328ab1b1bb5a669c95ad14e0722f

  • actions-runner-linux-arm-2.293.2-noruntime.tar.gz c38090575f830c5351c1e187a6531b83c39747778e2ad9293b95724ab63b93ca

  • actions-runner-win-x64-2.293.2-noruntime-noexternals.zip 71a055f5bfe2f34a75804e5b1b5e778805475a018034216fb5bd284fe25d962a

  • actions-runner-osx-x64-2.293.2-noruntime-noexternals.tar.gz 3f2e6ebd6784c941449c43e5c3ebfe2bb21cd08a36ecff5e9115a8f079bd91b1

  • actions-runner-osx-arm64-2.293.2-noruntime-noexternals.tar.gz d300e087ee9b17e0b6836c190aadeb62fb17e6e26a744b6db4a10f11ddb5b640

  • actions-runner-linux-x64-2.293.2-noruntime-noexternals.tar.gz 5f41e35531c7a288b985d11ca9badda7768b453114f7c9044d2c8a7d67746e92

  • actions-runner-linux-arm64-2.293.2-noruntime-noexternals.tar.gz f93e16ccdb63a66fde0c5a3fd5ba668c951f354960071cda86faa551154acebf

  • actions-runner-linux-arm-2.293.2-noruntime-noexternals.tar.gz 0f461defeb75229f7647d5d92a70838bc85ad71fa79510fc71c6341c2bb4ff91

v2.289.5

30 Jan 16:06
394f7f0
Compare
Choose a tag to compare

Features

Bugs

  • Fixed an issue where container environment variables names or values could escape the docker command (#2108)
  • Sanitize Windows ENVs (#2280)

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.289.5/actions-runner-win-x64-2.289.5.zip -OutFile actions-runner-win-x64-2.289.5.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.289.5.zip", "$PWD")

OSX

# 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.289.5/actions-runner-osx-x64-2.289.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.289.5.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.289.5/actions-runner-linux-x64-2.289.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.289.5.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.289.5/actions-runner-linux-arm64-2.289.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.289.5.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.289.5/actions-runner-linux-arm-2.289.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.289.5.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.289.5.zip 44dee93849569e99bb55ce5f813c8718d9a936cf8c3e6efb12145c1c9f2a54f6

  • actions-runner-osx-x64-2.289.5.tar.gz a6260cd9513531eef3eb85b87702a0ce15b1c42fc44350f0f5d15df881938111

  • actions-runner-linux-x64-2.289.5.tar.gz 0ae9db3ad3f03c56ccd3631f0830d9d7e7942a090b426e7b03887d88dc364fb1

  • actions-runner-linux-arm64-2.289.5.tar.gz 603c686600a9f73e7e134083e0fd9caa05722a13e47353d25b9c3454d7df342d

  • actions-runner-linux-arm-2.289.5.tar.gz 7374f6fd45ebe315eefc1bb3a1cb8069f8d551f56109807d69adfd7afa7b181d

  • actions-runner-win-x64-2.289.5-noexternals.zip df365decc9bd37ca61904df2d30ccbd9f2c46ac572bce8f8af7ffb21c1fca79c

  • actions-runner-osx-x64-2.289.5-noexternals.tar.gz 5d0196f5a0850d52797af9a639a5fa42ab91de170e26401b205dcd6ba41cab1b

  • actions-runner-linux-x64-2.289.5-noexternals.tar.gz a619fac2d5635be725905c1615f753db949c36f0837fb2b19a22613e9fa76a9d

  • actions-runner-linux-arm64-2.289.5-noexternals.tar.gz 9285ee365609d4aa6e3f050f49df0415e24247e5049dbbce3896e2b57b3da014

  • actions-runner-linux-arm-2.289.5-noexternals.tar.gz 690818596dc88af922189a6150e33b98c98fcf326c4d44183804e29ccab71105

  • actions-runner-win-x64-2.289.5-noruntime.zip 7a3acb7c7af845eb23e564d44ea7a69b76abffbaab3a1b267d2261d7487dd343

  • actions-runner-osx-x64-2.289.5-noruntime.tar.gz 2b51872b258403bf3588fc24a9fd890196d2adb0ae84547542d7251ec4b18c43

  • actions-runner-linux-x64-2.289.5-noruntime.tar.gz e325273b017e85023cd96871c2a3e5b30d385d30d688104aaf5a12ff209a8b09

  • actions-runner-linux-arm64-2.289.5-noruntime.tar.gz 7a6bcd0e5912f3f84c3862b2db2ea5d3bcc326289ad80583af0911efd59a52f6

  • actions-runner-linux-arm-2.289.5-noruntime.tar.gz 8aa9c3f8a5e641808fb4c4ea1f51a3edbb1dcb382c51feb935898fb70da0a5f6

  • actions-runner-win-x64-2.289.5-noruntime-noexternals.zip beb90e7e20c16bef897204ee62acdf17ec9060a595967cd1045f3314a31072e7

  • actions-runner-osx-x64-2.289.5-noruntime-noexternals.tar.gz d65e61499407ce309787b0603661610084c8e646cb34d321195f86f2241e1878

  • actions-runner-linux-x64-2.289.5-noruntime-noexternals.tar.gz a7e4cd46538f0907a6b0c7fcb50ee4400ead658e1d8437ebac7691b879de8eef

  • actions-runner-linux-arm64-2.289.5-noruntime-noexternals.tar.gz 4c3128984640bfdeffd72bd606162eb346e178943634469e15f9f52856386dbe

  • actions-runner-linux-arm-2.289.5-noruntime-noexternals.tar.gz 89799b544329da4864f9ba644091f8d9657f60e9348b1975f0d784a25fdcef31