Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-actions-runner-2.x
Open

feat(container): update image ghcr.io/home-operations/actions-runner ( 2.335.1 → 2.336.0 )#3033
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-actions-runner-2.x

Conversation

@renovate

@renovate renovate Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/actions-runner (source) minor 2.335.12.336.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/runner (ghcr.io/home-operations/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 Europe/Moscow)

  • 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.

…( 2.335.1 → 2.336.0 )

| datasource | package                                | from    | to      |
| ---------- | -------------------------------------- | ------- | ------- |
| docker     | ghcr.io/home-operations/actions-runner | 2.335.1 | 2.336.0 |
@mglants-bot

mglants-bot Bot commented Jul 20, 2026

Copy link
Copy Markdown
--- HelmRelease: dev/arc-glantswrt AutoscalingRunnerSet: dev/arc-runner-set-glantswrt

+++ HelmRelease: dev/arc-glantswrt AutoscalingRunnerSet: dev/arc-runner-set-glantswrt

@@ -10,13 +10,13 @@

     app.kubernetes.io/instance: arc-runner-set-glantswrt
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: gha-rs
     actions.github.com/scale-set-name: arc-runner-set-glantswrt
     actions.github.com/scale-set-namespace: dev
   annotations:
-    actions.github.com/values-hash: 491b248cf930265fa4412d3837a133188389f407b7bb55cf014046e9fab7171
+    actions.github.com/values-hash: a035b1cebc2c968f73b3a8133b66f3ef21c2d30a1c85d7412cbcef7d1f60533
     actions.github.com/cleanup-github-secret-name: arc-runner-set-glantswrt-gha-rs-github-secret
     actions.github.com/cleanup-manager-role-binding: arc-runner-set-glantswrt-gha-rs-manager
     actions.github.com/cleanup-manager-role-name: arc-runner-set-glantswrt-gha-rs-manager
     actions.github.com/cleanup-no-permission-service-account-name: arc-runner-set-glantswrt-gha-rs-no-permission
 spec:
   githubConfigUrl: https://github.com/mglants/glantswrt
@@ -36,13 +36,13 @@

         app.kubernetes.io/name: arc-glantswrt-runner
     spec:
       restartPolicy: Never
       serviceAccountName: arc-runner-set-glantswrt-gha-rs-no-permission
       initContainers:
       - name: init-dind-externals
-        image: ghcr.io/home-operations/actions-runner:2.335.1
+        image: ghcr.io/home-operations/actions-runner:2.336.0
         command:
         - cp
         args:
         - -r
         - /home/runner/externals/.
         - /home/runner/tmpDir/
@@ -77,13 +77,13 @@

         - name: dind-externals
           mountPath: /home/runner/externals
       containers:
       - name: runner
         command:
         - /home/runner/run.sh
-        image: ghcr.io/home-operations/actions-runner:2.335.1
+        image: ghcr.io/home-operations/actions-runner:2.336.0
         env:
         - name: DOCKER_HOST
           value: unix:///var/run/docker.sock
         - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
           value: '120'
         volumeMounts:
--- HelmRelease: dev/arc-purewrt AutoscalingRunnerSet: dev/arc-runner-set-purewrt

+++ HelmRelease: dev/arc-purewrt AutoscalingRunnerSet: dev/arc-runner-set-purewrt

@@ -10,13 +10,13 @@

     app.kubernetes.io/instance: arc-runner-set-purewrt
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: gha-rs
     actions.github.com/scale-set-name: arc-runner-set-purewrt
     actions.github.com/scale-set-namespace: dev
   annotations:
-    actions.github.com/values-hash: 8b945f4f7e15fbcfd0d2fd20804825be516c1afe4b6ccbf4abe0bc08767dc98
+    actions.github.com/values-hash: 174a81a1740aebe1c97e2d30b34c875a23f66306318507c53378fc6c251b4fd
     actions.github.com/cleanup-github-secret-name: arc-runner-set-purewrt-gha-rs-github-secret
     actions.github.com/cleanup-manager-role-binding: arc-runner-set-purewrt-gha-rs-manager
     actions.github.com/cleanup-manager-role-name: arc-runner-set-purewrt-gha-rs-manager
     actions.github.com/cleanup-no-permission-service-account-name: arc-runner-set-purewrt-gha-rs-no-permission
 spec:
   githubConfigUrl: https://github.com/mglants/purewrt
@@ -36,13 +36,13 @@

         app.kubernetes.io/name: arc-purewrt-runner
     spec:
       restartPolicy: Never
       serviceAccountName: arc-runner-set-purewrt-gha-rs-no-permission
       initContainers:
       - name: init-dind-externals
-        image: ghcr.io/home-operations/actions-runner:2.335.1
+        image: ghcr.io/home-operations/actions-runner:2.336.0
         command:
         - cp
         args:
         - -r
         - /home/runner/externals/.
         - /home/runner/tmpDir/
@@ -77,13 +77,13 @@

         - name: dind-externals
           mountPath: /home/runner/externals
       containers:
       - name: runner
         command:
         - /home/runner/run.sh
-        image: ghcr.io/home-operations/actions-runner:2.335.1
+        image: ghcr.io/home-operations/actions-runner:2.336.0
         env:
         - name: DOCKER_HOST
           value: unix:///var/run/docker.sock
         - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
           value: '120'
         volumeMounts:
--- HelmRelease: dev/arc-containers AutoscalingRunnerSet: dev/arc-runner-set-containers

+++ HelmRelease: dev/arc-containers AutoscalingRunnerSet: dev/arc-runner-set-containers

@@ -10,13 +10,13 @@

     app.kubernetes.io/instance: arc-runner-set-containers
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: gha-rs
     actions.github.com/scale-set-name: arc-runner-set-containers
     actions.github.com/scale-set-namespace: dev
   annotations:
-    actions.github.com/values-hash: ec64da01bc0ffad7d109e8c5ea3e9702c8d6f991e20113085fc75202b75e46b
+    actions.github.com/values-hash: 95eec5eedaed05c0e89216bea38edd73bc744f121f186776d22417f919a14c2
     actions.github.com/cleanup-github-secret-name: arc-runner-set-containers-gha-rs-github-secret
     actions.github.com/cleanup-manager-role-binding: arc-runner-set-containers-gha-rs-manager
     actions.github.com/cleanup-manager-role-name: arc-runner-set-containers-gha-rs-manager
     actions.github.com/cleanup-no-permission-service-account-name: arc-runner-set-containers-gha-rs-no-permission
 spec:
   githubConfigUrl: https://github.com/mglants/containers
@@ -36,13 +36,13 @@

         app.kubernetes.io/name: arc-containers-runner
     spec:
       restartPolicy: Never
       serviceAccountName: arc-runner-set-containers-gha-rs-no-permission
       initContainers:
       - name: init-dind-externals
-        image: ghcr.io/home-operations/actions-runner:2.335.1
+        image: ghcr.io/home-operations/actions-runner:2.336.0
         command:
         - cp
         args:
         - -r
         - /home/runner/externals/.
         - /home/runner/tmpDir/
@@ -77,13 +77,13 @@

         - name: dind-externals
           mountPath: /home/runner/externals
       containers:
       - name: runner
         command:
         - /home/runner/run.sh
-        image: ghcr.io/home-operations/actions-runner:2.335.1
+        image: ghcr.io/home-operations/actions-runner:2.336.0
         env:
         - name: DOCKER_HOST
           value: unix:///var/run/docker.sock
         - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
           value: '120'
         volumeMounts:
--- HelmRelease: dev/arc-nikkix AutoscalingRunnerSet: dev/arc-runner-set-nikkix

+++ HelmRelease: dev/arc-nikkix AutoscalingRunnerSet: dev/arc-runner-set-nikkix

@@ -10,13 +10,13 @@

     app.kubernetes.io/instance: arc-runner-set-nikkix
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: gha-rs
     actions.github.com/scale-set-name: arc-runner-set-nikkix
     actions.github.com/scale-set-namespace: dev
   annotations:
-    actions.github.com/values-hash: 453ab795c70fd3e3b7274114f69e57b3fc46ace07fb4c7993485f152eb44133
+    actions.github.com/values-hash: 5a6e0e6f2e2f3c8ca373d2bfcc6beb6c6d6c5153fcc632c50b23d16acf2c7b1
     actions.github.com/cleanup-github-secret-name: arc-runner-set-nikkix-gha-rs-github-secret
     actions.github.com/cleanup-manager-role-binding: arc-runner-set-nikkix-gha-rs-manager
     actions.github.com/cleanup-manager-role-name: arc-runner-set-nikkix-gha-rs-manager
     actions.github.com/cleanup-no-permission-service-account-name: arc-runner-set-nikkix-gha-rs-no-permission
 spec:
   githubConfigUrl: https://github.com/mglants/nikkix
@@ -46,13 +46,13 @@

         topologyKey: kubernetes.io/hostname
         whenUnsatisfiable: ScheduleAnyway
       restartPolicy: Never
       serviceAccountName: arc-runner-set-nikkix-gha-rs-no-permission
       initContainers:
       - name: init-dind-externals
-        image: ghcr.io/home-operations/actions-runner:2.335.1
+        image: ghcr.io/home-operations/actions-runner:2.336.0
         command:
         - cp
         args:
         - -r
         - /home/runner/externals/.
         - /home/runner/tmpDir/
@@ -87,13 +87,13 @@

         - name: dind-externals
           mountPath: /home/runner/externals
       containers:
       - name: runner
         command:
         - /home/runner/run.sh
-        image: ghcr.io/home-operations/actions-runner:2.335.1
+        image: ghcr.io/home-operations/actions-runner:2.336.0
         env:
         - name: DOCKER_HOST
           value: unix:///var/run/docker.sock
         - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
           value: '120'
         volumeMounts:

@mglants-bot

mglants-bot Bot commented Jul 20, 2026

Copy link
Copy Markdown
--- kubernetes/subterra/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-containers

+++ kubernetes/subterra/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-containers

@@ -40,13 +40,13 @@

         labels:
           app.kubernetes.io/name: arc-containers-runner
       spec:
         containers:
         - command:
           - /home/runner/run.sh
-          image: ghcr.io/home-operations/actions-runner:2.335.1
+          image: ghcr.io/home-operations/actions-runner:2.336.0
           name: runner
   valuesFrom:
   - kind: Secret
     name: actions-runner-controller-auth
     targetPath: githubConfigSecret.github_app_id
     valuesKey: github_app_id
--- kubernetes/subterra/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-glantswrt

+++ kubernetes/subterra/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-glantswrt

@@ -40,13 +40,13 @@

         labels:
           app.kubernetes.io/name: arc-glantswrt-runner
       spec:
         containers:
         - command:
           - /home/runner/run.sh
-          image: ghcr.io/home-operations/actions-runner:2.335.1
+          image: ghcr.io/home-operations/actions-runner:2.336.0
           name: runner
   valuesFrom:
   - kind: Secret
     name: actions-runner-controller-auth
     targetPath: githubConfigSecret.github_app_id
     valuesKey: github_app_id
--- kubernetes/subterra/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-nikkix

+++ kubernetes/subterra/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-nikkix

@@ -40,13 +40,13 @@

         labels:
           app.kubernetes.io/name: arc-nikkix-runner
       spec:
         containers:
         - command:
           - /home/runner/run.sh
-          image: ghcr.io/home-operations/actions-runner:2.335.1
+          image: ghcr.io/home-operations/actions-runner:2.336.0
           name: runner
         securityContext:
           fsGroup: 1001
           fsGroupChangePolicy: OnRootMismatch
         topologySpreadConstraints:
         - labelSelector:
--- kubernetes/subterra/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-purewrt

+++ kubernetes/subterra/apps/dev/actions-runner-controller/runners Kustomization: flux-system/actions-runner-controller-runners HelmRelease: dev/arc-purewrt

@@ -40,13 +40,13 @@

         labels:
           app.kubernetes.io/name: arc-purewrt-runner
       spec:
         containers:
         - command:
           - /home/runner/run.sh
-          image: ghcr.io/home-operations/actions-runner:2.335.1
+          image: ghcr.io/home-operations/actions-runner:2.336.0
           name: runner
   valuesFrom:
   - kind: Secret
     name: actions-runner-controller-auth
     targetPath: githubConfigSecret.github_app_id
     valuesKey: github_app_id

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.

0 participants