releases.shpreview

v2.289.0

$npx -y @buildinternet/releases show rel_cfmiRNUbqHGZay3kBsV_P

Features

  • Added github.triggering_actor to the github context (#1726)
  • Save step information when creating annotations (#1744)
  • Improved performance of live log streaming (#1730, #1755)
  • Added Beta support for job started and completed hooks (#1737)

Bugs

Misc

  • Made some minor job telemetry improvements (#1747)
  • Added repository name and workflow file name to run.sh output (#1761)

Windows x64

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

The following snipped needs to be run on powershell:

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

OSX

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.289.0/actions-runner-osx-x64-2.289.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.289.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.289.0/actions-runner-linux-x64-2.289.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.289.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.289.0/actions-runner-linux-arm64-2.289.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.289.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.289.0/actions-runner-linux-arm-2.289.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.289.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.289.0.zip <!-- BEGIN SHA win-x64 -->85fb5e6a97cc98b1653a975cbca0234282724b5cd8cca5be86669ff574f367dd<!-- END SHA win-x64 -->

  • actions-runner-osx-x64-2.289.0.tar.gz <!-- BEGIN SHA osx-x64 -->8442dcad0e3b08235b6eb76395da4a97545ff47f76a0f06b6f8da0780c482d24<!-- END SHA osx-x64 -->

  • actions-runner-linux-x64-2.289.0.tar.gz <!-- BEGIN SHA linux-x64 -->d73e5d1d3d53be103970f2d775b5c355f0193f9989556dba27508cae2a7119c3<!-- END SHA linux-x64 -->

  • actions-runner-linux-arm64-2.289.0.tar.gz <!-- BEGIN SHA linux-arm64 -->c4cb42877a86d344bb114a00fbb41f4e4ac1c7f7bd00150de0562c06689dbe30<!-- END SHA linux-arm64 -->

  • actions-runner-linux-arm-2.289.0.tar.gz <!-- BEGIN SHA linux-arm -->b4807c1330b620ea84e9316d5e03c8654340406e23e9da4aef615b0005ed421a<!-- END SHA linux-arm -->

  • actions-runner-win-x64-2.289.0-noexternals.zip <!-- BEGIN SHA win-x64_noexternals -->987598e936af71185a7e48517211d77bed71c56d65d7e84c3a60cc2b8d8b1484<!-- END SHA win-x64_noexternals -->

  • actions-runner-osx-x64-2.289.0-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noexternals -->2d1577f8a55e13b72ca0200f38cadfacf3804c0b678db3e2f46c6f9e145b6bba<!-- END SHA osx-x64_noexternals -->

  • actions-runner-linux-x64-2.289.0-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noexternals -->99b69ac438580309ae9e38820b3b29e0a42b490cbbb989b320b1a2cea28867be<!-- END SHA linux-x64_noexternals -->

  • actions-runner-linux-arm64-2.289.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noexternals -->136f247ac5a405a60743d67e6bd866267344bdc26e7120d6f65cf8a15b796c1a<!-- END SHA linux-arm64_noexternals -->

  • actions-runner-linux-arm-2.289.0-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noexternals -->0aa8c5a1cac929fae7d9b73f2386a70cced3a1672dcec124d6a0be13c7fb3f9a<!-- END SHA linux-arm_noexternals -->

  • actions-runner-win-x64-2.289.0-noruntime.zip <!-- BEGIN SHA win-x64_noruntime -->d0deb4a3f46b4da36d3e7294f26ff74fd04fa1ce961f82a4bc6fa3b5f5f5eb9f<!-- END SHA win-x64_noruntime -->

  • actions-runner-osx-x64-2.289.0-noruntime.tar.gz <!-- BEGIN SHA osx-x64_noruntime -->c39f2b52c175f3c72046e05d0ca1acae0415b26daf2e41481379c96adedfa52e<!-- END SHA osx-x64_noruntime -->

  • actions-runner-linux-x64-2.289.0-noruntime.tar.gz <!-- BEGIN SHA linux-x64_noruntime -->971f30db9ab88390050243689d0ae66e9acf1cc2844ad567432bc3b82d4e5012<!-- END SHA linux-x64_noruntime -->

  • actions-runner-linux-arm64-2.289.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm64_noruntime -->644fecb832635eedeab001b830f11b719a4bb124cdc94114763ab22393f73521<!-- END SHA linux-arm64_noruntime -->

  • actions-runner-linux-arm-2.289.0-noruntime.tar.gz <!-- BEGIN SHA linux-arm_noruntime -->5e8687792b9c2ca33bd025656cfa484c9988e4736936db74dea8c0adce7ab2fc<!-- END SHA linux-arm_noruntime -->

  • actions-runner-win-x64-2.289.0-noruntime-noexternals.zip <!-- BEGIN SHA win-x64_noruntime_noexternals -->d2f4b9c73cb1e407d3223e35702d54390784a0fa2b44c750b8616eaac7a09b33<!-- END SHA win-x64_noruntime_noexternals -->

  • actions-runner-osx-x64-2.289.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA osx-x64_noruntime_noexternals -->9cc3100b37c6d067637dfe8fc779a8296f277e2992122c5bde9b7d9876bc813b<!-- END SHA osx-x64_noruntime_noexternals -->

  • actions-runner-linux-x64-2.289.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-x64_noruntime_noexternals -->a422055bb4d0ff2806fe8886f0040ec64c837f0d07ff0b9a02a4e5d42944bff5<!-- END SHA linux-x64_noruntime_noexternals -->

  • actions-runner-linux-arm64-2.289.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm64_noruntime_noexternals -->02d040b685959827bc151bca897f6789e350d9b60be2f467b90460447073e108<!-- END SHA linux-arm64_noruntime_noexternals -->

  • actions-runner-linux-arm-2.289.0-noruntime-noexternals.tar.gz <!-- BEGIN SHA linux-arm_noruntime_noexternals -->e8d34d2139ea8531da1ff97d642661f063eafcd9ec78ca58ad221bcfbe6c1c5f<!-- END SHA linux-arm_noruntime_noexternals -->

Fetched April 8, 2026