Skip to content

feat(container): update image ghcr.io/actions/actions-runner ( 2.335.1 → 2.336.0 ) - #3131

Merged
chkpwd merged 1 commit into
mainfrom
renovate/ghcr.io-actions-actions-runner-2.x
Aug 4, 2026
Merged

feat(container): update image ghcr.io/actions/actions-runner ( 2.335.1 → 2.336.0 )#3131
chkpwd merged 1 commit into
mainfrom
renovate/ghcr.io-actions-actions-runner-2.x

Conversation

@renovate

@renovate renovate Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/actions/actions-runner minor 2.335.12.336.0

Release Notes

actions/runner (ghcr.io/actions/actions-runner)

v2.336.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/runner@v2.335.0...v2.336.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.336.0/actions-runner-win-x64-2.336.0.zip -OutFile actions-runner-win-x64-2.336.0.zip

# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.336.0.zip", "$PWD")

Windows arm64

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.336.0/actions-runner-win-arm64-2.336.0.zip -OutFile actions-runner-win-arm64-2.336.0.zip

# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.336.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.336.0/actions-runner-osx-x64-2.336.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-osx-x64-2.336.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.336.0/actions-runner-osx-arm64-2.336.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.336.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.336.0/actions-runner-linux-x64-2.336.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-linux-x64-2.336.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.336.0/actions-runner-linux-arm64-2.336.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.336.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.336.0/actions-runner-linux-arm-2.336.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-linux-arm-2.336.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.336.0.zip d59123a43003e357b0805b5d0f611d0bd2f65ab67d51bd070dd4e7a0f685c162
  • actions-runner-win-arm64-2.336.0.zip b3799e9cf754fe4dfcb3d220c9701c924829737ee815dbeb674f8bd076794504
  • actions-runner-osx-x64-2.336.0.tar.gz f79c43232761ca495fc18df550bb2865aa99984b37c173c0aa1f8c09d0d548fe
  • actions-runner-osx-arm64-2.336.0.tar.gz 8e8839c49b7060b6b2154f4931f815df330c27f167d53ef2239ee3dfce28b079
  • actions-runner-linux-x64-2.336.0.tar.gz 04cf0be1aff4c3ec3554466c39124ca250e3effd8873bb7e8d68535aa9505d5d
  • actions-runner-linux-arm64-2.336.0.tar.gz 58b758e420b87093fbd4bfddd368074960053e2f1388f01848c82624b90f27d1
  • actions-runner-linux-arm-2.336.0.tar.gz 44a300f322a1b5bccfe0b146cf3ca74f27000eb8afed761d1ffd90be035969d4

Configuration

📅 Schedule: (in timezone America/New_York)

  • 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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown
Contributor
Changes
spec.values.template.spec.containers.runner.image  (helm.toolkit.fluxcd.io/v2/HelmRelease/runners/actions-runners)
  ± value change
    - ghcr.io/actions/actions-runner:2.335.1
    + ghcr.io/actions/actions-runner:2.336.0

metadata.annotations.actions.github.com/values-hash  (actions.github.com/v1alpha1/AutoscalingRunnerSet/runners/actions-runners)
  ± value change
    - 4038591f75b59a4b92ad2af086db077c52f34ec5be1b4a8bcf4e5a1c7211133
    + a68933cc443f53c68029c7ea2c379d6b441bb823e82f635b47db3fe26d9abbd

spec.template.spec.containers.runner.image  (actions.github.com/v1alpha1/AutoscalingRunnerSet/runners/actions-runners)
  ± value change
    - ghcr.io/actions/actions-runner:2.335.1
    + ghcr.io/actions/actions-runner:2.336.0

@renovate renovate Bot changed the title feat(container): update image ghcr.io/actions/actions-runner ( 2.335.1 → 2.336.0 ) feat(container): update image ghcr.io/actions/actions-runner ( 2.335.1 → 2.336.0 ) - autoclosed Jul 24, 2026
@renovate renovate Bot closed this Jul 24, 2026
@renovate
renovate Bot deleted the renovate/ghcr.io-actions-actions-runner-2.x branch July 24, 2026 21:53
…1 → 2.336.0 )

| datasource | package                        | from    | to      |
| ---------- | ------------------------------ | ------- | ------- |
| docker     | ghcr.io/actions/actions-runner | 2.335.1 | 2.336.0 |
@renovate renovate Bot changed the title feat(container): update image ghcr.io/actions/actions-runner ( 2.335.1 → 2.336.0 ) - autoclosed feat(container): update image ghcr.io/actions/actions-runner ( 2.335.1 → 2.336.0 ) Jul 25, 2026
@renovate renovate Bot reopened this Jul 25, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-actions-actions-runner-2.x branch 2 times, most recently from 4a673b2 to d9d9bc3 Compare July 25, 2026 02:06
@github-actions

Copy link
Copy Markdown
Contributor
Changes
spec.values.template.spec.containers.runner.image  (helm.toolkit.fluxcd.io/v2/HelmRelease/runners/actions-runners)
  ± value change
    - ghcr.io/actions/actions-runner:2.335.1
    + ghcr.io/actions/actions-runner:2.336.0

metadata.annotations.actions.github.com/values-hash  (actions.github.com/v1alpha1/AutoscalingRunnerSet/runners/actions-runners)
  ± value change
    - 4038591f75b59a4b92ad2af086db077c52f34ec5be1b4a8bcf4e5a1c7211133
    + a68933cc443f53c68029c7ea2c379d6b441bb823e82f635b47db3fe26d9abbd

spec.template.spec.containers.runner.image  (actions.github.com/v1alpha1/AutoscalingRunnerSet/runners/actions-runners)
  ± value change
    - ghcr.io/actions/actions-runner:2.335.1
    + ghcr.io/actions/actions-runner:2.336.0

@chkpwd
chkpwd merged commit 531f7d1 into main Aug 4, 2026
6 checks passed
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