Skip to content

Releases: TiVo/actions-runner

v2.303.0

20 Mar 17:58
e676c78
Compare
Choose a tag to compare

Features

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

Bugs

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

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.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 <WIN_X64_SHA>

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

  • actions-runner-osx-x64-2.303.0.tar.gz <OSX_X64_SHA>

  • actions-runner-osx-arm64-2.303.0.tar.gz <OSX_ARM64_SHA>

  • actions-runner-linux-x64-2.303.0.tar.gz 50a27cab0de25573d21a8f291b6d15af31a26ff5f87ed896b2b903e9688cd9a9

  • actions-runner-linux-arm64-2.303.0.tar.gz <LINUX_ARM64_SHA>

  • actions-runner-linux-arm-2.303.0.tar.gz <LINUX_ARM_SHA>

  • actions-runner-win-x64-2.303.0-noexternals.zip <WIN_X64_SHA_NOEXTERNALS>

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

  • actions-runner-osx-x64-2.303.0-noexternals.tar.gz <OSX_X64_SHA_NOEXTERNALS>

  • actions-runner-osx-arm64-2.303.0-noexternals.tar.gz <OSX_ARM64_SHA_NOEXTERNALS>

  • actions-runner-linux-x64-2.303.0-noexternals.tar.gz 0d1ec6c52f73db7e8906d79bdbb87225d9d00543409befb760d2b7d4eb7fd685

  • actions-runner-linux-arm64-2.303.0-noexternals.tar.gz <LINUX_ARM64_SHA_NOEXTERNALS>

  • actions-runner-linux-arm-2.303.0-noexternals.tar.gz <LINUX_ARM_SHA_NOEXTERNALS>

  • actions-runner-win-x64-2.303.0-noruntime.zip <WIN_X64_SHA_NORUNTIME>

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

  • actions-runner-osx-x64-2.303.0-noruntime.tar.gz <OSX_X64_SHA_NORUNTIME>

  • actions-runner-osx-arm64-2.303.0-noruntime.tar.gz <OSX_ARM64_SHA_NORUNTIME>

  • actions-runner-linux-x64-2.303.0-noruntime.tar.gz 13654e16121b137e3b7c8b20636c1d69fc561cdbb0f476a106600e04219a802c

  • actions-runner-linux-arm64-2.303.0-noruntime.tar.gz <LINUX_ARM64_SHA_NORUNTIME>

  • actions-runner-linux-arm-2.303.0-noruntime.tar.gz <LINUX_ARM_SHA_NORUNTIME>

  • actions-runner-win-x64-2.303.0-noruntime-noexternals.zip <WIN_X64_SHA_NORUNTIME_NOEXTERNALS>

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

  • actions-runner-osx-x64-2.303.0-noruntime-noexternals.tar.gz <OSX_X64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-osx-arm64-2.303.0-noruntime-noexternals.tar.gz <OSX_ARM64_SHA_NORUNTIME_NOEXTERNALS>

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

  • actions-runner-linux-arm64-2.303.0-noruntime-noexternals.tar.gz <LINUX_ARM64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-linux-arm-2.303.0-noruntime-noexternals.tar.gz <LINUX_ARM_SHA_NORUNTIME_NOEXTERNALS>

v2.302.1

17 Feb 19:52
Compare
Choose a tag to compare

Features

Bugs

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

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.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 <WIN_X64_SHA>

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

  • actions-runner-osx-x64-2.302.1.tar.gz <OSX_X64_SHA>

  • actions-runner-osx-arm64-2.302.1.tar.gz <OSX_ARM64_SHA>

  • actions-runner-linux-x64-2.302.1.tar.gz bcd92a8697028d9231dd0ecfd262da251a09186edaa43b3988e1a10543709265

  • actions-runner-linux-arm64-2.302.1.tar.gz <LINUX_ARM64_SHA>

  • actions-runner-linux-arm-2.302.1.tar.gz <LINUX_ARM_SHA>

  • actions-runner-win-x64-2.302.1-noexternals.zip <WIN_X64_SHA_NOEXTERNALS>

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

  • actions-runner-osx-x64-2.302.1-noexternals.tar.gz <OSX_X64_SHA_NOEXTERNALS>

  • actions-runner-osx-arm64-2.302.1-noexternals.tar.gz <OSX_ARM64_SHA_NOEXTERNALS>

  • actions-runner-linux-x64-2.302.1-noexternals.tar.gz 6b304b1a1febe53fa22f4ca4f9ad701122bd20cf567533a7089bb99ddb0ab6ba

  • actions-runner-linux-arm64-2.302.1-noexternals.tar.gz <LINUX_ARM64_SHA_NOEXTERNALS>

  • actions-runner-linux-arm-2.302.1-noexternals.tar.gz <LINUX_ARM_SHA_NOEXTERNALS>

  • actions-runner-win-x64-2.302.1-noruntime.zip <WIN_X64_SHA_NORUNTIME>

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

  • actions-runner-osx-x64-2.302.1-noruntime.tar.gz <OSX_X64_SHA_NORUNTIME>

  • actions-runner-osx-arm64-2.302.1-noruntime.tar.gz <OSX_ARM64_SHA_NORUNTIME>

  • actions-runner-linux-x64-2.302.1-noruntime.tar.gz eed58d66e58311fdb59c356b03777d067214bb07aa5ea119cbf805536d7bbf33

  • actions-runner-linux-arm64-2.302.1-noruntime.tar.gz <LINUX_ARM64_SHA_NORUNTIME>

  • actions-runner-linux-arm-2.302.1-noruntime.tar.gz <LINUX_ARM_SHA_NORUNTIME>

  • actions-runner-win-x64-2.302.1-noruntime-noexternals.zip <WIN_X64_SHA_NORUNTIME_NOEXTERNALS>

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

  • actions-runner-osx-x64-2.302.1-noruntime-noexternals.tar.gz <OSX_X64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-osx-arm64-2.302.1-noruntime-noexternals.tar.gz <OSX_ARM64_SHA_NORUNTIME_NOEXTERNALS>

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

  • actions-runner-linux-arm64-2.302.1-noruntime-noexternals.tar.gz <LINUX_ARM64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-linux-arm-2.302.1-noruntime-noexternals.tar.gz <LINUX_ARM_SHA_NORUNTIME_NOEXTERNALS>

v2.301.1

30 Jan 19:27
f764f5d
Compare
Choose a tag to compare

Features

  • Log GitHub RequestId for better traceability (actions#2332)
  • Dual upload summary to Actions and Result service (actions#2334)
  • Allow providing extra User-Agent for better correlation (actions#2370)
  • Show more information in the runner log (actions#2377)
  • New option to remove local config files (actions#2367)

Bugs

Misc

  • Make runner image print diag log to STDOUT (actions#2331)
  • Update Node.js to 16.16.0 (actions#2371)
  • Add a disclaimer for which runner version is available to a given tenant (actions#2362)

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

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

  • actions-runner-osx-x64-2.301.1.tar.gz <OSX_X64_SHA>

  • actions-runner-osx-arm64-2.301.1.tar.gz <OSX_ARM64_SHA>

  • actions-runner-linux-x64-2.301.1.tar.gz 223f943b38d1d154e83d35e04772ab6a3836bd46d817092448d0e9906ee89de7

  • actions-runner-linux-arm64-2.301.1.tar.gz <LINUX_ARM64_SHA>

  • actions-runner-linux-arm-2.301.1.tar.gz <LINUX_ARM_SHA>

  • actions-runner-win-x64-2.301.1-noexternals.zip <WIN_X64_SHA_NOEXTERNALS>

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

  • actions-runner-osx-x64-2.301.1-noexternals.tar.gz <OSX_X64_SHA_NOEXTERNALS>

  • actions-runner-osx-arm64-2.301.1-noexternals.tar.gz <OSX_ARM64_SHA_NOEXTERNALS>

  • actions-runner-linux-x64-2.301.1-noexternals.tar.gz 0f9c26c11e8f85d50f645ad1be38bbed4f1e0eb5391568215007ed5a726a458e

  • actions-runner-linux-arm64-2.301.1-noexternals.tar.gz <LINUX_ARM64_SHA_NOEXTERNALS>

  • actions-runner-linux-arm-2.301.1-noexternals.tar.gz <LINUX_ARM_SHA_NOEXTERNALS>

  • actions-runner-win-x64-2.301.1-noruntime.zip <WIN_X64_SHA_NORUNTIME>

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

  • actions-runner-osx-x64-2.301.1-noruntime.tar.gz <OSX_X64_SHA_NORUNTIME>

  • actions-runner-osx-arm64-2.301.1-noruntime.tar.gz <OSX_ARM64_SHA_NORUNTIME>

  • actions-runner-linux-x64-2.301.1-noruntime.tar.gz 8f9fed4cafcb33922ceabc7c32e8a2046d11e73659829b71f027d96e1bc5b9a4

  • actions-runner-linux-arm64-2.301.1-noruntime.tar.gz <LINUX_ARM64_SHA_NORUNTIME>

  • actions-runner-linux-arm-2.301.1-noruntime.tar.gz <LINUX_ARM_SHA_NORUNTIME>

  • actions-runner-win-x64-2.301.1-noruntime-noexternals.zip <WIN_X64_SHA_NORUNTIME_NOEXTERNALS>

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

  • actions-runner-osx-x64-2.301.1-noruntime-noexternals.tar.gz <OSX_X64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-osx-arm64-2.301.1-noruntime-noexternals.tar.gz <OSX_ARM64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-linux-x64-2.301.1-noruntime-noexternals.tar.gz 6fb1df01a37f07b76ccad523218a11a9b379b5f4b4386441554500d94da140c9

  • actions-runner-linux-arm64-2.301.1-noruntime-noexternals.tar.gz <LINUX_ARM64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-linux-arm-2.301.1-noruntime-noexternals.tar.gz <LINUX_ARM_SHA_NORUNTIME_NOEXTERNALS>

v2.300.2

20 Dec 19:10
Compare
Choose a tag to compare

Features

Bugs

  • Made github.action_status output lowercase to be consistent with job.status' output (actions#1944)

Misc

  • Added small size runner image for ARC (actions#2250)
  • Small change to Node.js 12 deprecation message (actions#2262)
  • Added the option to use the --replace argument to the create-latest-svc.sh (actions#2273)
  • Made runner_name optional defaulting to hostname in delete.sh script (actions#1871)
  • Return exit code when MANUALLY_TRAP_SIG is exported (actions#2285)
  • Use results for uploading step summaries (actions#2301) with limited size (actions#2321)

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

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

  • actions-runner-osx-x64-2.300.2.tar.gz <OSX_X64_SHA>

  • actions-runner-osx-arm64-2.300.2.tar.gz <OSX_ARM64_SHA>

  • actions-runner-linux-x64-2.300.2.tar.gz 9eaa2e158788c2ed5a9e6b62f749c35e21dd6d1e05497f120fb57c51005abe46

  • actions-runner-linux-arm64-2.300.2.tar.gz <LINUX_ARM64_SHA>

  • actions-runner-linux-arm-2.300.2.tar.gz <LINUX_ARM_SHA>

  • actions-runner-win-x64-2.300.2-noexternals.zip <WIN_X64_SHA_NOEXTERNALS>

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

  • actions-runner-osx-x64-2.300.2-noexternals.tar.gz <OSX_X64_SHA_NOEXTERNALS>

  • actions-runner-osx-arm64-2.300.2-noexternals.tar.gz <OSX_ARM64_SHA_NOEXTERNALS>

  • actions-runner-linux-x64-2.300.2-noexternals.tar.gz 36466acdf4106e8531497721ded83d5304934b63cbd4d3763eb170640f0185a4

  • actions-runner-linux-arm64-2.300.2-noexternals.tar.gz <LINUX_ARM64_SHA_NOEXTERNALS>

  • actions-runner-linux-arm-2.300.2-noexternals.tar.gz <LINUX_ARM_SHA_NOEXTERNALS>

  • actions-runner-win-x64-2.300.2-noruntime.zip <WIN_X64_SHA_NORUNTIME>

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

  • actions-runner-osx-x64-2.300.2-noruntime.tar.gz <OSX_X64_SHA_NORUNTIME>

  • actions-runner-osx-arm64-2.300.2-noruntime.tar.gz <OSX_ARM64_SHA_NORUNTIME>

  • actions-runner-linux-x64-2.300.2-noruntime.tar.gz 7d8f0f45473578355d5e29d132f84c0b9260e7658b3479a8ea5028857fd8d9b5

  • actions-runner-linux-arm64-2.300.2-noruntime.tar.gz <LINUX_ARM64_SHA_NORUNTIME>

  • actions-runner-linux-arm-2.300.2-noruntime.tar.gz <LINUX_ARM_SHA_NORUNTIME>

  • actions-runner-win-x64-2.300.2-noruntime-noexternals.zip <WIN_X64_SHA_NORUNTIME_NOEXTERNALS>

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

  • actions-runner-osx-x64-2.300.2-noruntime-noexternals.tar.gz <OSX_X64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-osx-arm64-2.300.2-noruntime-noexternals.tar.gz <OSX_ARM64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-linux-x64-2.300.2-noruntime-noexternals.tar.gz 5f5c9a9a44f80c15b7457366d14a510fced9f7274d3440773a123cb7874b3cd1

  • actions-runner-linux-arm64-2.300.2-noruntime-noexternals.tar.gz <LINUX_ARM64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-linux-arm-2.300.2-noruntime-noexternals.tar.gz <LINUX_ARM_SHA_NORUNTIME_NOEXTERNALS>

v2.299.1

30 Nov 19:24
Compare
Choose a tag to compare

Features

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

Bugs

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

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

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

  • actions-runner-osx-x64-2.299.1.tar.gz <OSX_X64_SHA>

  • actions-runner-osx-arm64-2.299.1.tar.gz <OSX_ARM64_SHA>

  • actions-runner-linux-x64-2.299.1.tar.gz bd53c76da9f459138377b2e0f788b8b5d81dbe4b397c7f47ade767b32d724873

  • actions-runner-linux-arm64-2.299.1.tar.gz <LINUX_ARM64_SHA>

  • actions-runner-linux-arm-2.299.1.tar.gz <LINUX_ARM_SHA>

  • actions-runner-win-x64-2.299.1-noexternals.zip <WIN_X64_SHA_NOEXTERNALS>

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

  • actions-runner-osx-x64-2.299.1-noexternals.tar.gz <OSX_X64_SHA_NOEXTERNALS>

  • actions-runner-osx-arm64-2.299.1-noexternals.tar.gz <OSX_ARM64_SHA_NOEXTERNALS>

  • actions-runner-linux-x64-2.299.1-noexternals.tar.gz 8569792d2e63fda143babc8ac1dc343e531ee7ec45804ff5b15e12cbf5da85d6

  • actions-runner-linux-arm64-2.299.1-noexternals.tar.gz <LINUX_ARM64_SHA_NOEXTERNALS>

  • actions-runner-linux-arm-2.299.1-noexternals.tar.gz <LINUX_ARM_SHA_NOEXTERNALS>

  • actions-runner-win-x64-2.299.1-noruntime.zip <WIN_X64_SHA_NORUNTIME>

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

  • actions-runner-osx-x64-2.299.1-noruntime.tar.gz <OSX_X64_SHA_NORUNTIME>

  • actions-runner-osx-arm64-2.299.1-noruntime.tar.gz <OSX_ARM64_SHA_NORUNTIME>

  • actions-runner-linux-x64-2.299.1-noruntime.tar.gz 87aac3a310ca512028852e7da8e55984e59027964e3023d0ca785f8fbe29a447

  • actions-runner-linux-arm64-2.299.1-noruntime.tar.gz <LINUX_ARM64_SHA_NORUNTIME>

  • actions-runner-linux-arm-2.299.1-noruntime.tar.gz <LINUX_ARM_SHA_NORUNTIME>

  • actions-runner-win-x64-2.299.1-noruntime-noexternals.zip <WIN_X64_SHA_NORUNTIME_NOEXTERNALS>

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

  • actions-runner-osx-x64-2.299.1-noruntime-noexternals.tar.gz <OSX_X64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-osx-arm64-2.299.1-noruntime-noexternals.tar.gz <OSX_ARM64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-linux-x64-2.299.1-noruntime-noexternals.tar.gz 0758833cd2ce9c03f64ee24bbc90bf89c221a6c9f96a0c53325cf7225ccd7266

  • actions-runner-linux-arm64-2.299.1-noruntime-noexternals.tar.gz <LINUX_ARM64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-linux-arm-2.299.1-noruntime-noexternals.tar.gz <LINUX_ARM_SHA_NORUNTIME_NOEXTERNALS>

v2.299.0

15 Nov 19:45
c0d2110
Compare
Choose a tag to compare

Features

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

Bugs

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

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

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

  • actions-runner-osx-x64-2.299.0.tar.gz <OSX_X64_SHA>

  • actions-runner-osx-arm64-2.299.0.tar.gz <OSX_ARM64_SHA>

  • actions-runner-linux-x64-2.299.0.tar.gz 0f213f0a11ca2fe69a1a238e0e0e71cdf82301f93ec558b5374997075f708d31

  • actions-runner-linux-arm64-2.299.0.tar.gz <LINUX_ARM64_SHA>

  • actions-runner-linux-arm-2.299.0.tar.gz <LINUX_ARM_SHA>

  • actions-runner-win-x64-2.299.0-noexternals.zip <WIN_X64_SHA_NOEXTERNALS>

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

  • actions-runner-osx-x64-2.299.0-noexternals.tar.gz <OSX_X64_SHA_NOEXTERNALS>

  • actions-runner-osx-arm64-2.299.0-noexternals.tar.gz <OSX_ARM64_SHA_NOEXTERNALS>

  • actions-runner-linux-x64-2.299.0-noexternals.tar.gz 3ff5ff9fa8eb5aa04feca31d4e2c3402576e6f75a2f6ba5ea0d4d3feb1e554de

  • actions-runner-linux-arm64-2.299.0-noexternals.tar.gz <LINUX_ARM64_SHA_NOEXTERNALS>

  • actions-runner-linux-arm-2.299.0-noexternals.tar.gz <LINUX_ARM_SHA_NOEXTERNALS>

  • actions-runner-win-x64-2.299.0-noruntime.zip <WIN_X64_SHA_NORUNTIME>

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

  • actions-runner-osx-x64-2.299.0-noruntime.tar.gz <OSX_X64_SHA_NORUNTIME>

  • actions-runner-osx-arm64-2.299.0-noruntime.tar.gz <OSX_ARM64_SHA_NORUNTIME>

  • actions-runner-linux-x64-2.299.0-noruntime.tar.gz b289683d4f72d099a2d180685cce1e69a32c663a97a0442b923191250561da58

  • actions-runner-linux-arm64-2.299.0-noruntime.tar.gz <LINUX_ARM64_SHA_NORUNTIME>

  • actions-runner-linux-arm-2.299.0-noruntime.tar.gz <LINUX_ARM_SHA_NORUNTIME>

  • actions-runner-win-x64-2.299.0-noruntime-noexternals.zip <WIN_X64_SHA_NORUNTIME_NOEXTERNALS>

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

  • actions-runner-osx-x64-2.299.0-noruntime-noexternals.tar.gz <OSX_X64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-osx-arm64-2.299.0-noruntime-noexternals.tar.gz <OSX_ARM64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-linux-x64-2.299.0-noruntime-noexternals.tar.gz 3521b56a7752ee5ed6020a2e0365cf58aa4813675b44c89f5149266af628a43b

  • actions-runner-linux-arm64-2.299.0-noruntime-noexternals.tar.gz <LINUX_ARM64_SHA_NORUNTIME_NOEXTERNALS>

  • actions-runner-linux-arm-2.299.0-noruntime-noexternals.tar.gz <LINUX_ARM_SHA_NORUNTIME_NOEXTERNALS>