Skip to content

Releases: actions/runner

v2.298.0

04 Oct 12:26
Compare
Choose a tag to compare

Features

  • Service containers startup error logs are now included in workflow's logs (#2110)

Misc

  • Added a feature flag to start warning on save-state and set-output deprecation (#2164)
  • Prepare supporting vars in workflow templates (#2096)

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

  • actions-runner-win-arm64-2.298.0.zip <WIN_ARM64_SHA>

  • actions-runner-osx-x64-2.298.0.tar.gz 6bb2ab85f1f8c653dfafbf9fd376ee820bc3e5a374092605a826c3a3b050d519

  • actions-runner-osx-arm64-2.298.0.tar.gz 074de487849be27bee091a59ff0853af26d1c049c8aee4aed737c247c9c288a6

  • actions-runner-linux-x64-2.298.0.tar.gz fbf49cb3b03326a2460ea5fd8d381a366cdfe638bf00ff0ad5c671ba638a82ab

  • actions-runner-linux-arm64-2.298.0.tar.gz 6b2defb01f85aac3b2c85b8cc704af5870a5b6887112684f8669fc0aac28e82a

  • actions-runner-linux-arm-2.298.0.tar.gz 6efa1fbf1aae24e6e7feb4200e218447038e2dd0e425886ca8f020d16ef77009

  • actions-runner-win-x64-2.298.0-noexternals.zip d5eac551306c9e1c08bb5182b07d44ddc3c1b79b58717ba83975914a68a050e8

  • actions-runner-win-arm64-2.298.0-noexternals.zip <WIN_ARM64_SHA_NOEXTERNALS>

  • actions-runner-osx-x64-2.298.0-noexternals.tar.gz 6b0bccb1be54221437e0fdaa4c59c0b1d5fc310a779ee5d7f29af04ff1a3dcb4

  • actions-runner-osx-arm64-2.298.0-noexternals.tar.gz fb84a296a4f0d71b5d26b40d4adf992c50d33942e5df7bd859c3c6790b181cae

  • actions-runner-linux-x64-2.298.0-noexternals.tar.gz 5d053728678ef49a17ce944a5f713c854c87d2b27cb3dd26427830a223e38b5f

  • actions-runner-linux-arm64-2.298.0-noexternals.tar.gz b6db3876d779dc9a82f3bee8f81f1a7c4eec70cce88d4670b9014176b3f34dcc

  • actions-runner-linux-arm-2.298.0-noexternals.tar.gz 888519a009c5aa6fe932cf9dccddd395614ee7fe421d36d75b567ec489de422c

  • actions-runner-win-x64-2.298.0-noruntime.zip 1c6a580d1f02506eaaa62733d2d704ed63704fbc7300069854ae7cb551910ba9

  • actions-runner-win-arm64-2.298.0-noruntime.zip <WIN_ARM64_SHA_NORUNTIME>

  • actions-runner-osx-x64-2.298.0-noruntime.tar.gz 61f59b76af8d1455a96d50156a540d08222a775691936db0de582059dbaf7912

  • actions-runner-osx-arm64-2.298.0-noruntime.tar.gz 6ab6f7f850a3dd7439dcda375b2526d055eacac08ab7fc0e7c0ce9d7433bc5d5

  • actions-runner-linux-x64-2.298.0-noruntime.tar.gz e7f846d494b02c82daf4eeec11d2ca545d48627df42e2e96a2a91ef71554bd24

  • actions-runner-linux-arm64-2.298.0-noruntime.tar.gz 3f4ee38aa50810699bf039a67331b9042593cec24c094f9f57c8c695bf59b5cd

  • actions-runner-linux-arm-2.298.0-noruntime.tar.gz d2f52b9c94aa8d07c4a610916f3ee62257c7568ef92db00b5c1312da6868cb0b

  • actions-runner-win-x64-2.298.0-noruntime-noexternals.zip b362598fcfa0c69bbffa2299ac4ff8f675e936b08c4bb5f2e79584983b79f80b

  • actions-runner-win-arm64-2.298.0-noruntime-noexternals.zip <WIN_ARM64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-osx-x64-2.298.0-noruntime-noexternals.tar.gz df27081fd8bd294706ba99d51a2ac79f9d0f1f876db77020ea73a7cb569549c9

  • actions-runner-osx-arm64-2.298.0-noruntime-noexternals.tar.gz a3fa8bd1d119383f0c1dff21a6f7fdb002c74923bd98ad79f117017d10cc203b

  • actions-runner-linux-x64-2.298.0-noruntime-noexternals.tar.gz 6234c357b2d5c85b86c597525e9bf4a6ce6e74e6fac0324b6671f1bc278ae3e9

  • actions-runner-linux-arm64-2.298.0-noruntime-noexternals.tar.gz dd582f31c6edbb2b9cf403311d0d799bc416622de837d659061f6c7693b6bd69

  • actions-runner-linux-arm-2.298.0-noruntime-noexternals.tar.gz be808d69dc2fbaa6cbdd3dc8c4686502dda61df07c4391060a18a4e1f7e1c882

v2.297.0

26 Sep 15:52
48e9fd1
Compare
Choose a tag to compare

Features

  • Created prerelease runner package for win-arm64 architecture (#2022)
  • Added GITHUB_STATE and GITHUB_OUTPUT environment file commands (#2118)

Bugs

  • Fixed an issue where self hosted environments had their docker env's overwritten (#2107)
  • Fixed an issue where step summaries for composite actions got overwritten (#2077)

Misc

  • Bumped actions/core dependency (#2123)

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

  • actions-runner-win-arm64-2.297.0.zip <WIN_ARM64_SHA>

  • actions-runner-osx-x64-2.297.0.tar.gz 820ebffefd2fdc5ccbb376d03f0ef0b82c9a8df17b71de9a52407f8845ae3ebf

  • actions-runner-osx-arm64-2.297.0.tar.gz f38fbb28be901697556ee778f1f851d4e1cf988fa5abc087be647f4ec3f6a752

  • actions-runner-linux-x64-2.297.0.tar.gz eb4e2fa6567d2222686be95ee23210e83fb6356dd0195149f96fd91398323d7f

  • actions-runner-linux-arm64-2.297.0.tar.gz f882e0b88c7afc1effabd64a7b43b12f58060fb349adb5eb87de067c06d1500f

  • actions-runner-linux-arm-2.297.0.tar.gz 5982a97a864a394c23dd63bcccec0546189308c2bb9f20f9321959e98342e82d

  • actions-runner-win-x64-2.297.0-noexternals.zip c1d972c53e527612a20eec49e4f676873a1b9341aa84c11ad227e56b48591bc6

  • actions-runner-win-arm64-2.297.0-noexternals.zip <WIN_ARM64_SHA_NOEXTERNALS>

  • actions-runner-osx-x64-2.297.0-noexternals.tar.gz 15ac01ee4e52b419e5cbe96da1b1b87e0fdcc7cc5afb8b834fbc6a0399d44497

  • actions-runner-osx-arm64-2.297.0-noexternals.tar.gz 4665315f1af886c9a94c29293553afd333b795cc0ae8b1975a24bde8de08b680

  • actions-runner-linux-x64-2.297.0-noexternals.tar.gz 549e3330f25a760ec091ba0bb0d69326c7e0846d508361fe5992f3844a6bd43c

  • actions-runner-linux-arm64-2.297.0-noexternals.tar.gz 9551e52cf7ab9984f2e215a47ecf92c62eb0b6952def44166f8c5b27bb94ec84

  • actions-runner-linux-arm-2.297.0-noexternals.tar.gz d3df0f39fe6c3fe46d20aa105620eacb264113b38d40a7fb5c9de1d6e62ed34a

  • actions-runner-win-x64-2.297.0-noruntime.zip c13f4cc3804ea80426401304fff5659ff3e3bc0201b06349e5bf4f3fd0d33f21

  • actions-runner-win-arm64-2.297.0-noruntime.zip <WIN_ARM64_SHA_NORUNTIME>

  • actions-runner-osx-x64-2.297.0-noruntime.tar.gz d2000738f050bbd4dfc0863205b3b377cf32718f064cd0964893b988736a694b

  • actions-runner-osx-arm64-2.297.0-noruntime.tar.gz ce16276ee8c32ed802d66f55d0fb77f17de5a7b626db9e55bcc2790aefd95043

  • actions-runner-linux-x64-2.297.0-noruntime.tar.gz 8853a9e336744805a2c838969d981fce8b1dceafa49ca71a8fdecc358b13f8ae

  • actions-runner-linux-arm64-2.297.0-noruntime.tar.gz f840f49fdfd6a20e7e32dcd4ab67314f100a2dd5348040e3073b11a055654c0e

  • actions-runner-linux-arm-2.297.0-noruntime.tar.gz 86778e12f1c5fcc0168d62cbc37d4e121f205d40398d5b075ea13f1c00a0584b

  • actions-runner-win-x64-2.297.0-noruntime-noexternals.zip 1bae61e56a8fd6dce81195fea0b45ca3e6825052abf6a3af57b6b82858cd3623

  • actions-runner-win-arm64-2.297.0-noruntime-noexternals.zip <WIN_ARM64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-osx-x64-2.297.0-noruntime-noexternals.tar.gz 46ba20e252c62c6feded53a058c7be4b96a9882858ce063b7d04b1f1e2098978

  • actions-runner-osx-arm64-2.297.0-noruntime-noexternals.tar.gz 4f4e88068856472d219cd80b986b35d4e6cd177b551c30279035b97b9423366c

  • actions-runner-linux-x64-2.297.0-noruntime-noexternals.tar.gz 525315fcdf420c405c434fed77c5d68f3dc6f1e65142592bf6bb7908fc2ae466

  • actions-runner-linux-arm64-2.297.0-noruntime-noexternals.tar.gz ace20e5f9ff92727163e685e1367bcc9d17eafce3b6e970562e28f3c21cfb398

  • actions-runner-linux-arm-2.297.0-noruntime-noexternals.tar.gz cd6e09179f20dbca66550086c57ddd5ba0d59f4dde721b2de4162cbd0edafc1b

v2.293.1

20 Sep 16:45
a78e6e0
Compare
Choose a tag to compare
v2.293.1 Pre-release
Pre-release

Features

Bugs

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

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

  • actions-runner-osx-x64-2.293.1.tar.gz a1b8d473b1ef5baa29ec71d7aa0104c619336c9429ea9018d8208d6363a3722d

  • actions-runner-osx-arm64-2.293.1.tar.gz d13f28d6dfde10343c18ae5109c2e31a53624365e6adda1ac227f3082ba40617

  • actions-runner-linux-x64-2.293.1.tar.gz 6a4d93f9ce4fee66041e49ac7ee2a3fcc6d3fe067e05736e48dfeaa486279218

  • actions-runner-linux-arm64-2.293.1.tar.gz 35f51ee7e2a4dc158613a988df5577d394f1675189e7d73a395617c075ee2b9f

  • actions-runner-linux-arm-2.293.1.tar.gz d49cf8fb84ea05791df5990a59838b46263c49a750ae13ab7f9a1097efd11842

  • actions-runner-win-x64-2.293.1-noexternals.zip 57c6561741618befafac0b5c6c7729a0417faa777692b37268d2e6b09340e58a

  • actions-runner-osx-x64-2.293.1-noexternals.tar.gz 7a91fc9c2bbfc4169d7300e8c45dbc897eca5fbf2d4302cf33d232217bc203a0

  • actions-runner-osx-arm64-2.293.1-noexternals.tar.gz cb9e9c1b0fd06a248e879bfd1781b72d2be04a892a7c07cd6ea684b5c1c10287

  • actions-runner-linux-x64-2.293.1-noexternals.tar.gz b227977f6e5be64530078023c1bc431d6f3d2afebf4b0517a03f9319d74300ad

  • actions-runner-linux-arm64-2.293.1-noexternals.tar.gz d9394b4eddcd3e1cdb428d996391b1c914c5b3ff3f14628adb2d8f6490a1e225

  • actions-runner-linux-arm-2.293.1-noexternals.tar.gz d0a11ca8bd417de9874f7e84aff5b831f6ed75ba4475c6b912d3701f5f858c9b

  • actions-runner-win-x64-2.293.1-noruntime.zip 45e259cffc4fbb4b025c2f5bd3ce1a9f5998fe6d6bb836d8c97716634fbc4520

  • actions-runner-osx-x64-2.293.1-noruntime.tar.gz 14f04b956680294d9df843ef6c124dbc43a84f35b9b0f19f54167002d767c59a

  • actions-runner-osx-arm64-2.293.1-noruntime.tar.gz fb74d5e06ce596f9c2abb5887ece510fdcea97787374c5323c61cf9a2ba8fd35

  • actions-runner-linux-x64-2.293.1-noruntime.tar.gz 7ee03865261dc4346a49086cb4155bb72fd3b35bae56a99c7bf09152d753aa42

  • actions-runner-linux-arm64-2.293.1-noruntime.tar.gz 5c6151f69ce9b528b35159ace5f3fabd7988c094fbe76810d4da51089c354995

  • actions-runner-linux-arm-2.293.1-noruntime.tar.gz d746473c3fa42181e1d2fba68e99fa645f3841248534914d5451b51f0edc7f27

  • actions-runner-win-x64-2.293.1-noruntime-noexternals.zip 775ebb2ea3c3c5c76a50acb839b02b1ef8f9941d439da5ad4cde90e2fcee7c74

  • actions-runner-osx-x64-2.293.1-noruntime-noexternals.tar.gz 563661d717adeb4bb5dc0393e0f1f9efaac180a28b3cbb9ea6ed88bb0bd097c0

  • actions-runner-osx-arm64-2.293.1-noruntime-noexternals.tar.gz 491cfbb1097115a77d9762a6abd17a153e8da29133f81d3811beefc12350732b

  • actions-runner-linux-x64-2.293.1-noruntime-noexternals.tar.gz bd2db28e59f5169ae1649d936fbdf0e29dff8befa3a831ec8b47346145e2c016

  • actions-runner-linux-arm64-2.293.1-noruntime-noexternals.tar.gz 833decd44a2b59b56533a55ff9e01882381a8e29fa2d60c301bfc3015d39ffe9

  • actions-runner-linux-arm-2.293.1-noruntime-noexternals.tar.gz f277143d97f972cac6fa6c2ea64458f696220f584ef6d6f75f714abf4d0d64e2

v2.289.4

20 Sep 18:26
3c64f26
Compare
Choose a tag to compare
v2.289.4 Pre-release
Pre-release

Features

Bugs

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

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

  • actions-runner-osx-x64-2.289.4.tar.gz 7466bc9573f7f8de4fa0754c48484e12444a1404f21a8ec1a2de230e29a775ae

  • actions-runner-linux-x64-2.289.4.tar.gz 1f9c9dacb04f35c703150dd6b174f56aed7d272dfac55c0b251507131aa78f98

  • actions-runner-linux-arm64-2.289.4.tar.gz 3d5d5ab0263dab25301c696c220100fa360dd4eea48ffd53124993b75354a728

  • actions-runner-linux-arm-2.289.4.tar.gz df909bbfea67cd20ed3fc92cd32d1b12a7f9a5713a38f614d59cf3ecf0b178db

  • actions-runner-win-x64-2.289.4-noexternals.zip 79a4754e9a6db5ba92e3e47f74f5115cd62f2f20eaec3d98d43580f14dbf7069

  • actions-runner-osx-x64-2.289.4-noexternals.tar.gz 2e620a75416fa6612e9e6b917a702ab3ff10db1b105a8c716f33a1a68fb034b3

  • actions-runner-linux-x64-2.289.4-noexternals.tar.gz e6b3bd0c7bfa0604a0fde2b47800b52003065b8e8ee483ba3358b36b928d40e4

  • actions-runner-linux-arm64-2.289.4-noexternals.tar.gz fb1277028b8c21120cebda30665a80b2a26a9ee35150054a12ca33d75ff76a19

  • actions-runner-linux-arm-2.289.4-noexternals.tar.gz 8ab9059cc8010d36c2c695e6d95a30390883fec09cf60bc55861dbd657578566

  • actions-runner-win-x64-2.289.4-noruntime.zip 457f3cda7b1f8ae33f2d7e8803f0d4590e7fd28c30628a89e847b7212619598f

  • actions-runner-osx-x64-2.289.4-noruntime.tar.gz ff213631b87056214c070db507a2fc46f51fefcabebc7561947b40c2a89e95af

  • actions-runner-linux-x64-2.289.4-noruntime.tar.gz 7fec5a5897a3e40e35b6cdc17a114aa05d826b2cde1f99a9004108a36f10eaa7

  • actions-runner-linux-arm64-2.289.4-noruntime.tar.gz 6bb6cdfdd59f734380ee33098488e3097f11ab49d668aaf0693aa9d18a4cac74

  • actions-runner-linux-arm-2.289.4-noruntime.tar.gz 0ed11e91fe2f41586139707af76426eedd603d4957a25c0b92c09912282fac6f

  • actions-runner-win-x64-2.289.4-noruntime-noexternals.zip 4f3cf960d16581969e33ef689ee4fbae72d54ee09389de5adc631c98dbe058c5

  • actions-runner-osx-x64-2.289.4-noruntime-noexternals.tar.gz de5827503407b8f4fa3f68f84082fae1d48da72997418287d25f5a4db1d02efc

  • actions-runner-linux-x64-2.289.4-noruntime-noexternals.tar.gz 57f2a41e50164a44bda7d1f0063597500bcbbbd76e248de21e8a69a0b2a5ece4

  • actions-runner-linux-arm64-2.289.4-noruntime-noexternals.tar.gz 5f716daddad4da39ed78be8b4659bee445d8194d78e6379bce5e1c6a28d16395

  • actions-runner-linux-arm-2.289.4-noruntime-noexternals.tar.gz a650bcaa8cdb44c47ea4f66179dc6cb436a482cd7814d74295bb994857b17482

v2.285.2

20 Sep 18:27
7f6b9e5
Compare
Choose a tag to compare
v2.285.2 Pre-release
Pre-release

Features

  • n/a

Bugs

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

Misc

  • n/a

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.285.2/actions-runner-win-x64-2.285.2.zip -OutFile actions-runner-win-x64-2.285.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.285.2.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.285.2/actions-runner-osx-x64-2.285.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.285.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.285.2/actions-runner-linux-x64-2.285.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.285.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.285.2/actions-runner-linux-arm64-2.285.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.285.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.285.2/actions-runner-linux-arm-2.285.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.285.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.285.2.zip 7f49cebc40231ba8d5ddcb34a7f8d0f86f4fd3581221319bc711cb6a1d59baa6
  • actions-runner-osx-x64-2.285.2.tar.gz 51a7e268877a4e9da04a52ed3d3de211828b99eb4e8bb44e9a492bbe4b46e19b
  • actions-runner-linux-x64-2.285.2.tar.gz 7d209afedd4c2bbf6a3245ba61d4824221a41a9c0e3d535c46340d774ce79110
  • actions-runner-linux-arm64-2.285.2.tar.gz 6103a0acc9fc54306aa93d35e2026f469f91c31d45e8893a09f9014b59445073
  • actions-runner-linux-arm-2.285.2.tar.gz 25252b7bd74c65eaab0afd3420ba9b2311f620f6451d4e4476090ca1fa635dcc

v2.283.4

20 Sep 18:27
4369899
Compare
Choose a tag to compare
v2.283.4 Pre-release
Pre-release

Features

Bugs

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

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.283.4/actions-runner-win-x64-2.283.4.zip -OutFile actions-runner-win-x64-2.283.4.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.283.4.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.283.4/actions-runner-osx-x64-2.283.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.283.4.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.283.4/actions-runner-linux-x64-2.283.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.283.4.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.283.4/actions-runner-linux-arm64-2.283.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.283.4.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.283.4/actions-runner-linux-arm-2.283.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.283.4.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.283.4.zip 437b92dda47fddbf96922b29d31fa58b7c803e2df7eb5ae77d99cafa814e97da
  • actions-runner-osx-x64-2.283.4.tar.gz e8395c7eef61e1653e71598072d4f57d788452f96bad639e71e18dc8f4ab62fc
  • actions-runner-linux-x64-2.283.4.tar.gz 23a122459b5e89be82d5247ce1b17db3be3ef0ed085746dceb58f6868b3d3539
  • actions-runner-linux-arm64-2.283.4.tar.gz d13e930b28dbeefc73c1da3cbfd50dca104894174ce53534feb89033d8943d15
  • actions-runner-linux-arm-2.283.4.tar.gz 103dfb4464eba37068115e59a57d9a6351a919850dea8ebdb066c4d53fd1c354

v2.296.2

08 Sep 17:46
21c30ed
Compare
Choose a tag to compare

Bugs

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

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

  • actions-runner-osx-x64-2.296.2.tar.gz 033b78d42f476f6ba55f3a083304221a21319da9f7543e82842209c5b9c27fe9

  • actions-runner-osx-arm64-2.296.2.tar.gz ae7d0edbd7e0d5ebcbb6d5066d432d21731160b0a1148373a608c077bc9b80ca

  • actions-runner-linux-x64-2.296.2.tar.gz 34a8f34956cdacd2156d4c658cce8dd54c5aef316a16bbbc95eb3ca4fd76429a

  • actions-runner-linux-arm64-2.296.2.tar.gz 0297855418398e0efcc487fe3dc581469c38534252f713fba22a603037eaa6b0

  • actions-runner-linux-arm-2.296.2.tar.gz c34088b09bb0301bf16876909c4ff56be52d51992e0b4600f7cb2525046e5214

  • actions-runner-win-x64-2.296.2-noexternals.zip 1685d87ef74ced74926798751b883eb174a1124c1e59034343574e62b60617b4

  • actions-runner-osx-x64-2.296.2-noexternals.tar.gz e4384e69c5d15bccc3554965c1f7c894b0128e30be9a7273f89a21df4e347a7c

  • actions-runner-osx-arm64-2.296.2-noexternals.tar.gz 27b375a5b6183afc21f971708be86ceabc6c040cde24964b621e64a104b0a3df

  • actions-runner-linux-x64-2.296.2-noexternals.tar.gz 12276c22535184972b691333ee019893a5135488c42cda0746abbdd1434daaa4

  • actions-runner-linux-arm64-2.296.2-noexternals.tar.gz ad51fe591b3582b09f187152f41d7ce3bd86cfd2c5b132c90d9c513085408e7b

  • actions-runner-linux-arm-2.296.2-noexternals.tar.gz 08291eae8ec806e57412fe54639fc6c83002a813a352ca8e255ac8e8b6e2e33b

  • actions-runner-win-x64-2.296.2-noruntime.zip f8b28ac0dce7f178adb76db343a49ffb98cf075b554a393a7d03942d8996dcf2

  • actions-runner-osx-x64-2.296.2-noruntime.tar.gz 28169dfa52b7aa7871b0fdf30e20078126989a57c7619b976672a3d348c7cb7d

  • actions-runner-osx-arm64-2.296.2-noruntime.tar.gz cc5fe8ad88412749cc37112f6066da7b07bcadf3694e4089cef6e2e3a247cca1

  • actions-runner-linux-x64-2.296.2-noruntime.tar.gz d9707270cfa527287049df8dc13b94cb5eb86f15553b15142bd57738a33427ed

  • actions-runner-linux-arm64-2.296.2-noruntime.tar.gz c6e7b1ee31295ddea7d906fd6987548395a7dcb0cd0220f787dcd035973a99b3

  • actions-runner-linux-arm-2.296.2-noruntime.tar.gz 4de0827c0aecaa37087082904f8ac95555463bd968cc6c0c62fc76dc6acbdd2b

  • actions-runner-win-x64-2.296.2-noruntime-noexternals.zip 58cebad95fc921cef15c71a05adb03065ba7e1ed01deef047239756d0e705251

  • actions-runner-osx-x64-2.296.2-noruntime-noexternals.tar.gz fde46e40794ca21fe9b920f4fbbd77691f72033bd7dd6e94ed2728536ec4444f

  • actions-runner-osx-arm64-2.296.2-noruntime-noexternals.tar.gz 05e96fa74c448b773980e56b3ac552411c5d8fe50845e5d74eba4054eef5305e

  • actions-runner-linux-x64-2.296.2-noruntime-noexternals.tar.gz e54c08b4e055e60c91d7ffcd58a500c8a911d8909c6ddbb7c6442daf71a933d8

  • actions-runner-linux-arm64-2.296.2-noruntime-noexternals.tar.gz dbc1c3298faf8b87698a14de880bb5d8d60a1c5a6d2a6a4cf395b0c3722a31ba

  • actions-runner-linux-arm-2.296.2-noruntime-noexternals.tar.gz ae8b714bfa17acf5d144b7cac78df9938f1613ab060275b844dc3254e7ed65c0

v2.296.1

31 Aug 17:44
219852a
Compare
Choose a tag to compare

Bugs

  • Fixed an issue where job and service container envs were corrupted (#2091)

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

  • actions-runner-osx-x64-2.296.1.tar.gz 0579ac67ee7a7149015bccb25200f3aceebb31f5cca8899506588bb088f578e6

  • actions-runner-osx-arm64-2.296.1.tar.gz edfa54717295f532fee85fa09d7a4e9f02f80edc9874af60939df20bf765f189

  • actions-runner-linux-x64-2.296.1.tar.gz bc943386c499508c1841bd046f78df4f22582325c5d8d9400de980cb3613ed3b

  • actions-runner-linux-arm64-2.296.1.tar.gz ce11e5d9c1cc299bd8a197b7807f6146fbe7494abb19765fb04664afbdb3755e

  • actions-runner-linux-arm-2.296.1.tar.gz c9b8c806a080bf8b0922a6d3627bf53f4ed0e18e04dc2bc78318e6bf957540d7

  • actions-runner-win-x64-2.296.1-noexternals.zip 78d2d4ec8781ee9dd784dd1fa5e8b09559cdac3c388c8f430f77866c38cd69f5

  • actions-runner-osx-x64-2.296.1-noexternals.tar.gz f736454e0ce86f5ea9fb2b1aeb81bc20dfcc50f8bce60bfbb7cf6e8dcf2fa12e

  • actions-runner-osx-arm64-2.296.1-noexternals.tar.gz c52f9ec92c88681704ea4e453534fe6e8f14807840f10b5d242f874a0f0a45fa

  • actions-runner-linux-x64-2.296.1-noexternals.tar.gz cfcc83c83af72ea5fc13df3270e3e51fccf4ded55f7cf43f3e7b14a55b75eb8e

  • actions-runner-linux-arm64-2.296.1-noexternals.tar.gz ec1695fdc726ec9e6c783f6a380a84563c76738f64a85ff5b513e339abb31d29

  • actions-runner-linux-arm-2.296.1-noexternals.tar.gz 84e9ee3c64b9278cc70be2f25c6e0ee57451bab988843de2e647fdf73d3aa95e

  • actions-runner-win-x64-2.296.1-noruntime.zip 8f5be60bffcd3f0254c9aa170cb177e632074053c86a1bc15aa974a962fdff25

  • actions-runner-osx-x64-2.296.1-noruntime.tar.gz d967129b1fa39a0bd864e85695ea3b34616c43e48fb912a3f14a4b53c72128ac

  • actions-runner-osx-arm64-2.296.1-noruntime.tar.gz b6e4ef0e245e9dfbe2472c0d1455ce989318910e18a764b38076ca859f8008ac

  • actions-runner-linux-x64-2.296.1-noruntime.tar.gz 0c8b86b9ef8daa3766f110a5e5ee494f065b6f34fdaafaf28725a66c90332125

  • actions-runner-linux-arm64-2.296.1-noruntime.tar.gz ba50cb5ceea444246626508a959cfabaeb17fd8f46448925e9871aa7ed050bb8

  • actions-runner-linux-arm-2.296.1-noruntime.tar.gz 82d07259c7bb58a545bf13f44586a7e09b7fba84a136cacdbcb69c164c370535

  • actions-runner-win-x64-2.296.1-noruntime-noexternals.zip 6d45b427c1415f75837c5a5e975b0a64eee7feca3ca0cece49d50df74364b328

  • actions-runner-osx-x64-2.296.1-noruntime-noexternals.tar.gz ac4e203de987b8dd81e155fca9a9af242e7b1cf08ce48f61798c84c2815461b7

  • actions-runner-osx-arm64-2.296.1-noruntime-noexternals.tar.gz 9dcbcb1c83e9fca3eabbce4dc4c1ccf7d84d32a45f724617c838424f535282b7

  • actions-runner-linux-x64-2.296.1-noruntime-noexternals.tar.gz e31114f99dc4e2d5af8f2bf35ebf268d54ff9934608a545b331d5a1674c4f18b

  • actions-runner-linux-arm64-2.296.1-noruntime-noexternals.tar.gz b7449e5634e81ab53a977f16e1d588b689d9c927f913aaa01b180582bf7746f2

  • actions-runner-linux-arm-2.296.1-noruntime-noexternals.tar.gz d9c2fc7256de0a0144d7abcaae5beff734f1d159fee6ea357b87f19eb6cd2077

v2.296.0

23 Aug 14:57
0f46226
Compare
Choose a tag to compare

Bugs

  • Avoid key based command injection via Docker command arguments (#2062)

Misc

  • Added step context name and start/finish time in step telemetry (#2069)
  • Improved error logs when there is a missing 'using' token configuration in the metadata file (#2052)
  • Added full job name and nested workflow details in log (#2049)

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

  • actions-runner-osx-x64-2.296.0.tar.gz ca915f9dd3221bf1b6bad42d9b5f901d1b0e0dc40609bf32c25c2206df741c9d

  • actions-runner-osx-arm64-2.296.0.tar.gz e358086b924d2e8d8abf50beec57ee7a3bb0c7d412f13abc51380f1b1894d776

  • actions-runner-linux-x64-2.296.0.tar.gz d1fa9768ef81de108db24645cba174096dfb59b4dbb883016192384827f29e43

  • actions-runner-linux-arm64-2.296.0.tar.gz 954b55035056175c48f05733e457528a74ba8946124dc48d305d482844d7743d

  • actions-runner-linux-arm-2.296.0.tar.gz e9b4f7a13f378384d38e86a4d1742c3f9d68bbc23047c6a0832d1f9d8593645c

  • actions-runner-win-x64-2.296.0-noexternals.zip fd2b3ef660e5432311dc57800f8b20338be8c6f87d4e239dce10d23a7ebe78e6

  • actions-runner-osx-x64-2.296.0-noexternals.tar.gz f7a55eeedd50de3f306ddf423e9cbaed04b4f6df9b5987f43599076caf6a42c2

  • actions-runner-osx-arm64-2.296.0-noexternals.tar.gz a7c304f0036dd5e49b30d26d057a676498315c8abfaf40a8f7d524bea520a72d

  • actions-runner-linux-x64-2.296.0-noexternals.tar.gz 2b6c6c35522307c6c6398a123a62dbdc8b3f4e14faa4307f187bf36d02d15024

  • actions-runner-linux-arm64-2.296.0-noexternals.tar.gz 6aa44dc4cff660d212ba9b5a5d47d51989aacdd7a2cff627f1bbccea3cfc261b

  • actions-runner-linux-arm-2.296.0-noexternals.tar.gz 2686609f8aacada04fb3ef90f01ea222d3c0cc1dbb34296ed97e29011066bfdd

  • actions-runner-win-x64-2.296.0-noruntime.zip f0245700d000f33712ab01cc9118b64e476539b1d029abd111c85609fd9cd38b

  • actions-runner-osx-x64-2.296.0-noruntime.tar.gz 3162c93c2e368f65dc7cfe2536b2477ae2b33bd127776091671f362ab9c3425a

  • actions-runner-osx-arm64-2.296.0-noruntime.tar.gz 677eeb04b687c1762231bf0e6b99227fe3ad761719091840ce55adabc7fae916

  • actions-runner-linux-x64-2.296.0-noruntime.tar.gz e78d50e05ac88072137ecd558bfce12cf66a0d8dd27a16945bf9189ecb88ad51

  • actions-runner-linux-arm64-2.296.0-noruntime.tar.gz 729ec9bcc092cbcecce21c003c855239cd3781f43d5735a0512deca11edb28f2

  • actions-runner-linux-arm-2.296.0-noruntime.tar.gz 6b3c061ba8d2de40bd5a3568e866a2cd95412f2f98715f3cfb0d03de54fd26cf

  • actions-runner-win-x64-2.296.0-noruntime-noexternals.zip 2f96b3ef3e8e126a81ab4c0a6cae0d4874d50e6bab8e8270f086e037cfcf38bc

  • actions-runner-osx-x64-2.296.0-noruntime-noexternals.tar.gz 8003fad18b3cc9cb4b207313eee699d26d1ff6e3006d59d7b6440884eafd96b2

  • actions-runner-osx-arm64-2.296.0-noruntime-noexternals.tar.gz c98b648c1ccd66fc9e3f37aaec8b4191cdc16d85a46bc1a10ab18ab286c8014c

  • actions-runner-linux-x64-2.296.0-noruntime-noexternals.tar.gz 5833a87d4fb21fbc5610921540bf319e59e6652caf629b3d65c5674b49cf19db

  • actions-runner-linux-arm64-2.296.0-noruntime-noexternals.tar.gz 5af5ebae1cc14ec7289bc1417f16381af4500b9cf1ba0ffd4db8b80ddd2a0f14

  • actions-runner-linux-arm-2.296.0-noruntime-noexternals.tar.gz 5421d0ce5e8ed96f3bd2fee2914e2ab484e2c05ec314dad6129fc02b116d2088

v2.295.0

10 Aug 14:53
78d13b4
Compare
Choose a tag to compare

Features

  • GHES: Support connecting to GitHub Enterprise Server Actions Service on a subdomain

Bugs

  • Fixed a bug where GITHUB_ENV would not update correctly between composite action steps (#1794)
  • Fixed runner update bug caused by update.sh|cmd running too long (#2044)

Misc

  • Bump Newtonsoft.Json from 11.0.2 to 13.0.1 (#2012)
  • Change a periodic token expiry log message level from WARNING to VERBOSE (#2021)

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

  • actions-runner-osx-x64-2.295.0.tar.gz f419dd19a4a3b5172847a1de861e9a655d1a68632bd4c988cad3e8b621019cab

  • actions-runner-osx-arm64-2.295.0.tar.gz 373fc16210069909bfdd4d465ce8398eec7c66783276b489629d9f145d8a2b02

  • actions-runner-linux-x64-2.295.0.tar.gz a80c1ab58be3cd4920ac2e51948723af33c2248b434a8a20bd9b3891ca4000b6

  • actions-runner-linux-arm64-2.295.0.tar.gz 4cc263de142363d1521cd2db5f6c4baedcc9ed20a600546809458e39bc6e9e9f

  • actions-runner-linux-arm-2.295.0.tar.gz 1a524eb6abbec3e617c946c5e586d3006a60e90a9a36da850e1eb0219cefaf84

  • actions-runner-win-x64-2.295.0-noexternals.zip d55bd3fa3e03e8421c6624caf6ee4222ad4245b4342a3c4ef104eb17361c30fa

  • actions-runner-osx-x64-2.295.0-noexternals.tar.gz b7e9451b8a6ce784f35e16f7fdb7b5a528f4b631be4af93c131910b34c1bf936

  • actions-runner-osx-arm64-2.295.0-noexternals.tar.gz b67331d0a5085173fdf5750bd095b83f8efbda2200dfa152a4ddd7e924152e97

  • actions-runner-linux-x64-2.295.0-noexternals.tar.gz 8f86c9c719ff83da3b90401179562b9b5706ae283dda1045f905f18903dca9b6

  • actions-runner-linux-arm64-2.295.0-noexternals.tar.gz 4142caabd25f593ddab9ac31979969d0c73926e0dafeb9a801f49e3a06f5d2a6

  • actions-runner-linux-arm-2.295.0-noexternals.tar.gz d2ab2ec0f7eb252b55214e40f6ecc7ff823fdaf957f550da769c56e5d9db089f

  • actions-runner-win-x64-2.295.0-noruntime.zip 422f094ff3e1f10d064c0b1ba5c27999fda16212c2e8bb9eca02c302f6fafc26

  • actions-runner-osx-x64-2.295.0-noruntime.tar.gz 4c87a59662c35a4e1464ec32dd6c26a516ff515fdb66df658560afb7a773bfda

  • actions-runner-osx-arm64-2.295.0-noruntime.tar.gz 7b9a023cd5d42d8493dcb46c2eaba402b811eb653512f778360e673e334ff054

  • actions-runner-linux-x64-2.295.0-noruntime.tar.gz 351d7357099cd8e55b42e296d5e617dd32d469ffd1b67228a5a002cd22c8c94b

  • actions-runner-linux-arm64-2.295.0-noruntime.tar.gz 0f5ef09d3ef1e3ddc0ac544df3b43cd1b6065fb3965aadbe4fa05949c1879f46

  • actions-runner-linux-arm-2.295.0-noruntime.tar.gz a3eaf17c6a6335cf8da38940e9c3c2cdb744f142065bb87bde52b9aaf4b75c24

  • actions-runner-win-x64-2.295.0-noruntime-noexternals.zip f61339132ebfd2fa9fe53d1bde56a23dd96597e66444ac33e7dfca0fa2a15a1c

  • actions-runner-osx-x64-2.295.0-noruntime-noexternals.tar.gz e65f0f3c9a7de0ae456d308f74f0954dd96c8f541d64e94b15cce484bcffb4a6

  • actions-runner-osx-arm64-2.295.0-noruntime-noexternals.tar.gz fccd9d446cc4fed8f27698d343a69ec34110ae1ebde0e87461cc0490fb7628c2

  • actions-runner-linux-x64-2.295.0-noruntime-noexternals.tar.gz 195ee4798b6b66a32587aaffc7a36c93808b4d2bd89e0fa790327c804dbfa2cb

  • actions-runner-linux-arm64-2.295.0-noruntime-noexternals.tar.gz 66e7d964abf309ffcba77d6cc4e1508c512a278c0b626ff4ea967d5edc420a4b

  • actions-runner-linux-arm-2.295.0-noruntime-noexternals.tar.gz e50ce343c985638ba9bcb622a9bafd28505e4f49d58b9c9d3a3aea2cd0ad097b