Skip to content

Releases: TiVo/actions-runner

v2.312.0

25 Jan 23:03
Compare
Choose a tag to compare

(https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners)

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.312.0.zip <WIN_X64_SHA>
  • actions-runner-win-arm64-2.312.0.zip <WIN_ARM64_SHA>
  • actions-runner-osx-x64-2.312.0.tar.gz <OSX_X64_SHA>
  • actions-runner-osx-arm64-2.312.0.tar.gz <OSX_ARM64_SHA>
  • actions-runner-linux-x64-2.312.0.tar.gz 4f86a55b27b6166615157f7bfed72406f8d2533beeb164a03b3e7f8b48d4979f
  • actions-runner-linux-arm64-2.312.0.tar.gz <LINUX_ARM64_SHA>
  • actions-runner-linux-arm-2.312.0.tar.gz <LINUX_ARM_SHA>

v2.311.0

24 Oct 00:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: actions/runner@v2.310.2...v2.311.0

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

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

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

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

  • actions-runner-linux-x64-2.311.0.tar.gz 3aa811620f49d63fe304ed87a5a5b6985ae2b490624307433eaa0616f4b0fbfc

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

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

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

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

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

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

  • actions-runner-linux-x64-2.311.0-noexternals.tar.gz 5210257818c56d0cff969e02f8a3de50c8623954206b4c822c81255fe9aabaaa

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

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

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

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

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

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

  • actions-runner-linux-x64-2.311.0-noruntime.tar.gz d5ec9dc0d16eea3d2cfa5c8ce7912a1965254e51e522699d35b06be2504a99c6

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

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

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

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

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

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

  • actions-runner-linux-x64-2.311.0-noruntime-noexternals.tar.gz 20a35379502cc1b7b365fbd7ffa2b5b33fbc511af29206ba469a8da7384bf1de

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

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

v2.310.2

18 Oct 19:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: actions/runner@v2.309.0...v2.310.0

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

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

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

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

  • actions-runner-linux-x64-2.310.2.tar.gz a0bbe97adf2013601c848ea7b17da6aac082eb45bc85ed5b036f6717b93b0f6b

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

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

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

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

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

  • actions-runner-osx-arm64-2.310.2-noexternals.tar.gz <OSX_ARM64_SHA_NOEXTERNALS><!-- END SHA osx-arm...

Read more

v2.309.0

27 Sep 18:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: actions/runner@v2.308.0...v2.309.0

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

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

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

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

  • actions-runner-linux-x64-2.309.0.tar.gz 8c0b8b49b2b4dc2ed920405233729a20689cd4cfdc0e737fcd485caeeb8ab1a8

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

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

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

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

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

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

  • actions-runner-linux-x64-2.309.0-noexternals.tar.gz 13af5de7ec34ba583be4120b2af211aca3f1254b3d9edf85c61b4a67a44ac788

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

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

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

  • actions-runner-win-arm64-2.309.0-noruntime.zip <WIN_ARM64_SHA_NORUNTIME><!-- END SH...

Read more

v2.308.0

17 Aug 04:58
Compare
Choose a tag to compare

Features

Misc

  • Pass timeout in ExecutionContext instead of StepsRunner (actions#2714)
  • Return early on invalid_client OAuth exception (actions#2721)
  • Expose results service endpoint as environment variable (actions#2726)
  • Update HTTPEventSourceListener to trace the right events (actions#2727)
  • Change RunnerId/AgentId from int32 to uint64 (actions#2661)
  • Configure stale bot for Runner (actions#2729)
  • Add in dependabot security scanning/updates (actions#2743)
  • Bump dotnet sdk to latest version (actions#2733)
  • Switch from InnerException to ErrorCode on disableupdate check (actions#2718)

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

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

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

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

  • actions-runner-linux-x64-2.308.0.tar.gz beb7383d487311f5782646bae7a69e0da4a7a6197f49d4c098e5ee25bdb73606

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

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

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

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

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

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

  • actions-runner-linux-x64-2.308.0-noexternals.tar.gz 2fc68ff4007ce2dcb05ba5c77e0eda45b91579c6c34aacb6dc35fb5f1a5f2553

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

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

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

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

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

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

  • actions-runner-linux-x64-2.308.0-noruntime.tar.gz da861e38b0f766086ca51c5579dd39b62ef0b1f6840881fda641bbb24c6abd1d

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

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

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

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

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

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

  • actions-runner-linux-x64-2.308.0-noruntime-noexternals.tar.gz 9b0dce79a998da021d8a7b77d28a6698cd3fc548456b0644f35492466c052f58

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

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

v2.307.1

29 Jul 00:16
Compare
Choose a tag to compare

Bugs

  • Fixes if:cancelled() composite steps not running and normal composite steps not interrupting when the job is cancelled (actions#2638)
  • Fix the bug causing double error reporting fix to remain inactive (actions#2703)

Misc

  • Collect telemetry on GitHub-related HTTP requests (actions#2691)

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

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

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

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

  • actions-runner-linux-x64-2.307.1.tar.gz 023f324b1ed2e0edb4dd4998ba28fbb4aae28cb970be06519465305fca29306a

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

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

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

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

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

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

  • actions-runner-linux-x64-2.307.1-noexternals.tar.gz 239674932679eed206933bdc3bc32da1a2453ee78df708eb805508efcbbac798

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

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

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

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

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

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

  • actions-runner-linux-x64-2.307.1-noruntime.tar.gz 97a73e5175595b6ab56d0c12a3523653dfaca1d5ce34ce4cebe8394168a7558b

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

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

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

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

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

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

  • actions-runner-linux-x64-2.307.1-noruntime-noexternals.tar.gz 8ba08a4ee75a5fe525ba195539bb6ce555156c08606c6d79f38a6698702d23e4

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

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

v2.307.0

25 Jul 06:16
Compare
Choose a tag to compare

Bugs

  • Fixes if:cancelled() composite steps not running and normal composite steps not interrupting when the job is cancelled (actions#2638)
  • Fix the bug causing double error reporting fix to remain inactive (actions#2703)

Misc

  • Collect telemetry on GitHub-related HTTP requests (actions#2691)

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

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

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

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

  • actions-runner-linux-x64-2.307.0.tar.gz d68daa816a3e7cfa01033dca386371e0ba0e0288f92c12308640004e6096ce2c

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

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

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

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

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

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

  • actions-runner-linux-x64-2.307.0-noexternals.tar.gz af44dffa27c26c7af4fbdadb1047d4d55e28eb4dd1f20d9f7f71b15d12c0b970

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

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

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

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

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

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

  • actions-runner-linux-x64-2.307.0-noruntime.tar.gz 3804f69eccb5ad582c062c3a2fdc3b4fc6a5ba7daec7220a7373a1bd1188540f

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

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

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

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

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

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

  • actions-runner-linux-x64-2.307.0-noruntime-noexternals.tar.gz 3a27163b7dddd5c20d10bc11c0a39ce44f40ef5f6c968aa4c5a97f6c6dfcd6a9

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

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

v2.306.0

18 Jul 17:38
Compare
Choose a tag to compare

Features

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

Bugs

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

Misc

  • Send environment url to Run Service (actions#2650)
  • Reduce token service and unnecessary calls - send token to redirects (actions#2660)
  • Add 'http://' to http(s)_proxy if there is no protocol (actions#2663)
  • Remove extra result step for job itself (actions#2620)

Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners

Windows x64

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.306.0/actions-runner-win-x64-2.306.0.zip -OutFile actions-runner-win-x64-2.306.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.306.0.zip", "$PWD")

[Pre-release] Windows arm64

Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.306.0/actions-runner-win-arm64-2.306.0.zip -OutFile actions-runner-win-arm64-2.306.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.306.0.zip", "$PWD")

OSX x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.306.0/actions-runner-osx-x64-2.306.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.306.0.tar.gz

OSX arm64 (Apple silicon)

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.306.0/actions-runner-osx-arm64-2.306.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.306.0.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.306.0/actions-runner-linux-x64-2.306.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.306.0.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.306.0/actions-runner-linux-arm64-2.306.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.306.0.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.306.0/actions-runner-linux-arm-2.306.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.306.0.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.306.0.zip <WIN_X64_SHA>

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

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

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

  • actions-runner-linux-x64-2.306.0.tar.gz 9b2d0c80e7ab4e6085bb9e4361f113c287479a2314ebddb1f84132f842dbbe72

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

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

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

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

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

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

  • actions-runner-linux-x64-2.306.0-noexternals.tar.gz 07718511d15370354c2432bbe46a7349cb53f31f4b7959d6b9f89c7a3513cbc6

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

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

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

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

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

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

  • actions-runner-linux-x64-2.306.0-noruntime.tar.gz 6acb2942975833eb4450a12e616580184a825a1c5aed44394123cf02a33c201e

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

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

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

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

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

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

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

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

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

v2.305.0

19 Jun 07:18
Compare
Choose a tag to compare

Features

  • Resolve Actions Directly From Launch for Run Service Jobs (actions#2529)
  • Send annotations to run-service (actions#2574)
  • Add --no-default-labels config option to self-hosted runners (actions#2443)
  • Update container-hooks to 0.3.2 in runner docker image (actions#2618)
  • Set runner environment in context and env (actions#2518)
  • Switch runner image from Debian to Ubuntu 22.04 (actions#2651)

Bugs

  • Handle conflict errors from run service (actions#2570)
  • Fix null guard bug (actions#2576)
  • Trace WebSocket exception into verbose level to reduce noise in diag log (actions#2591)
  • Ensure multiple composite annotations are correctly written (actions#2311)
  • Adding Consistency to 'Failed To Resolve Action Download Info' Infrastructure Error Flagging (actions#2488)
  • Filter out empty arguments in container hooks (actions#2633)
  • Fix uses: docker://image:tag steps when container hook is used (actions#2626)

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

[Pre-release] Windows arm64

Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.305.0/actions-runner-win-arm64-2.305.0.zip -OutFile actions-runner-win-arm64-2.305.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.305.0.zip", "$PWD")

OSX x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.305.0/actions-runner-osx-x64-2.305.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.305.0.tar.gz

OSX arm64 (Apple silicon)

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.305.0/actions-runner-osx-arm64-2.305.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.305.0.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.305.0/actions-runner-linux-x64-2.305.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.305.0.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.305.0/actions-runner-linux-arm64-2.305.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.305.0.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.305.0/actions-runner-linux-arm-2.305.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.305.0.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.305.0.zip <WIN_X64_SHA>

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

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

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

  • actions-runner-linux-x64-2.305.0.tar.gz 60668f0daa69c18fadf37c1ff2129db191b8aea2654b8e0f2901998a05e85e90

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

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

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

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

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

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

  • actions-runner-linux-x64-2.305.0-noexternals.tar.gz c667585cf21564f6b0faa83dc609aca6df82d3d6d4a2656d10500b1e27a21e45

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

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

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

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

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

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

  • actions-runner-linux-x64-2.305.0-noruntime.tar.gz 4d1082e1be7c8e55c031513b8af0bf544e7edf06cf21f92523f870f7e999b9bb

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

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

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

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

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

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

  • actions-runner-linux-x64-2.305.0-noruntime-noexternals.tar.gz 279bdaa06f10fef0ce27a64a9b5662236da1466f4e32ebaaf7c170c3a47e6c01

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

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

v2.304.0

11 May 20:08
9ef4121
Compare
Choose a tag to compare

Features

Bugs

Misc

Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners

Windows x64

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-win-x64-2.304.0.zip -OutFile actions-runner-win-x64-2.304.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.304.0.zip", "$PWD")

[Pre-release] Windows arm64

Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-win-arm64-2.304.0.zip -OutFile actions-runner-win-arm64-2.304.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.304.0.zip", "$PWD")

OSX x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-osx-x64-2.304.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.304.0.tar.gz

OSX arm64 (Apple silicon)

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-osx-arm64-2.304.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.304.0.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-linux-x64-2.304.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.304.0.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-linux-arm64-2.304.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.304.0.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-linux-arm-2.304.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.304.0.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.304.0.zip <WIN_X64_SHA>

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

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

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

  • actions-runner-linux-x64-2.304.0.tar.gz 5871f5c2dd40b263b58138c5807b61ddde4ee4925f853d37ee87a1751af5166c

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

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

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

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

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

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

  • actions-runner-linux-x64-2.304.0-noexternals.tar.gz 4628bffd0a06b298ac52b6c92cc384ee1b85428f1b176c9e2be254b49f8f6fba

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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