Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency actions/runner to v2.306.0 #45

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
actions/runner minor 2.305.0 -> 2.306.0

Release Notes

actions/runner (actions/runner)

v2.306.0

Compare Source

Features

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

Bugs

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

Misc

  • Send environment url to Run Service (#​2650)
  • Reduce token service and unnecessary calls - send token to redirects (#​2660)
  • Add 'http://' to http(s)_proxy if there is no protocol (#​2663)
  • Remove extra result step for job itself (#​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 998fd610e6024cb7015240a82a635a877aab4d6dfb0de89bdd167b0128452721

  • actions-runner-win-arm64-2.306.0.zip 70655f84090b0e4630ce310777a0a955d47390fdaf136687bc854d006e9f3e3a

  • actions-runner-osx-x64-2.306.0.tar.gz 842bfb1d707fd7af153bb819cdc3e652bc451b9110b76fcb4b4a4ba0c4da553a

  • actions-runner-osx-arm64-2.306.0.tar.gz 4e4a5e7de762c800c4d41196bf6ed070581a1e3c4a2169178d3dbc27509a55a8

  • actions-runner-linux-x64-2.306.0.tar.gz b0a090336f0d0a439dac7505475a1fb822f61bbb36420c7b3b3fe6b1bdc4dbaa

  • actions-runner-linux-arm64-2.306.0.tar.gz 842a9046af8439aa9bcabfe096aacd998fc3af82b9afe2434ddd77b96f872a83

  • actions-runner-linux-arm-2.306.0.tar.gz 01799a8e6c39788a9f848e903de1ed7d0503d695d0ccc57f4c57ca78f35499c6

  • actions-runner-win-x64-2.306.0-noexternals.zip d5e5400ac9803129c4daf0366cf0c5a45bb784a5c24a2fede46dcf2a8ed7aa6e

  • actions-runner-win-arm64-2.306.0-noexternals.zip 92f6d7a6f5c984004b4d74a6e8b87d0ec9ce42f54f0016d3b45528c3a72627e8

  • actions-runner-osx-x64-2.306.0-noexternals.tar.gz 9a37e71964a83a1bb8efd7b6461181e5c51106d612407763523d75c6cf38f8ba

  • actions-runner-osx-arm64-2.306.0-noexternals.tar.gz ed119d1142b8ac00d69a0c68c6e0adf0eec35ffbdf3e6e0174b754dfab693d80

  • actions-runner-linux-x64-2.306.0-noexternals.tar.gz 4f4b5e0e21023f2a53c9a0a91c95e5bbd33e695623c5c3c8236dde4e8032f96c

  • actions-runner-linux-arm64-2.306.0-noexternals.tar.gz 9d817daa7a766c5a3d2ae7eb42c11935066cea8f1b1d3b9e333cba325654ee5b

  • actions-runner-linux-arm-2.306.0-noexternals.tar.gz f7ea01dc5b0d7e4dc7ca243d810f55bb135ed436912ac3361bb68d089c4387aa

  • actions-runner-win-x64-2.306.0-noruntime.zip 51debad8a601bbe49af63b55e67f1febdec18a025243420dc252b55a51314e80

  • actions-runner-win-arm64-2.306.0-noruntime.zip 53d4554a89fb6a5c34a1f375c9358bdeec795750214f3382e16c26b6fe230f5a

  • actions-runner-osx-x64-2.306.0-noruntime.tar.gz a7dd7064aaf7cd09498cec95e656024b67fcd42a2354a89e4c1b24e4c89f2ac9

  • actions-runner-osx-arm64-2.306.0-noruntime.tar.gz 7022b4004e045c213cc02f61ced7412fc936ba6bedac25caab88c82d44e5f77c

  • actions-runner-linux-x64-2.306.0-noruntime.tar.gz f4417785eff5060d21cb47c104a09e02d12feeda971bde230c98d0f6613c1384

  • actions-runner-linux-arm64-2.306.0-noruntime.tar.gz 83ee93d70d90e27764d9577a27e345fb3baf810f30779e5ec7f9b61b4ff9c1e4

  • actions-runner-linux-arm-2.306.0-noruntime.tar.gz 60e6be3e5abc736933e846c7af55a606dbb1576ae3628d203b9064a13a264e86

  • actions-runner-win-x64-2.306.0-noruntime-noexternals.zip da3e790a4a8c79191082bf3a737958fa6b1c6889cc15c3f645bf8c41b4c89765

  • actions-runner-win-arm64-2.306.0-noruntime-noexternals.zip 566dd7d54c266c4cccfdb3f97e0e76bb79f79305c456bc4a0296b056e5b8c8a5

  • actions-runner-osx-x64-2.306.0-noruntime-noexternals.tar.gz 603b8976ea31b2cd44374a127582c22a188b14e338292c83f2e4c474a0beca8e

  • actions-runner-osx-arm64-2.306.0-noruntime-noexternals.tar.gz 1269824a2fb8f70f1e35e8aa4bb4f06c41122c65e8b6febeb5ee2d963ed82a8f

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

  • actions-runner-linux-arm64-2.306.0-noruntime-noexternals.tar.gz 70aa27839eade6d5ee8fc90b66b37f9fddcefbc36a0ed73d84608f926fb5a6fa

  • actions-runner-linux-arm-2.306.0-noruntime-noexternals.tar.gz 33afd2d49edde3b7ea58cd0483610a6ad0a6fb0cecdb6aa50b9c64afe53c4936


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/actions-runner-2.x branch from 91732c6 to eb7e4bc Compare July 11, 2023 01:09
@int128
Copy link
Member

int128 commented Jul 11, 2023

There is no change since v2.305
https://github.com/actions/runner/blob/v2.306.0/images/Dockerfile

@int128 int128 self-requested a review July 11, 2023 01:42
@int128 int128 merged commit 9e6809b into main Jul 11, 2023
@int128 int128 deleted the renovate/actions-runner-2.x branch July 11, 2023 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant