Skip to content

v2.298.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 12:26

Features

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

Misc

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

Windows x64

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

The following snipped needs to be run on powershell:

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

[Pre-release] Windows arm64

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

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

The following snipped needs to be run on powershell:

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

OSX x64

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

OSX arm64 (Apple silicon)

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

Linux x64

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

Linux arm64

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

Linux arm

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

Using your self hosted runner

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

SHA-256 Checksums

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

  • actions-runner-win-x64-2.298.0.zip a9f9684c417a4462f2c640ba769c8cfee8dde1cf0f6f1ec80c339cb6ba4bb623

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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