Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/actions-runner (source) minor 2.330.02.331.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.331.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/runner@v2.330.0...v2.331.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.331.0/actions-runner-win-x64-2.331.0.zip -OutFile actions-runner-win-x64-2.331.0.zip

# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.331.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.331.0/actions-runner-win-arm64-2.331.0.zip -OutFile actions-runner-win-arm64-2.331.0.zip

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

# Extract the installer
tar xzf ./actions-runner-osx-x64-2.331.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.331.0/actions-runner-osx-arm64-2.331.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.331.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.331.0/actions-runner-linux-x64-2.331.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-linux-x64-2.331.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.331.0/actions-runner-linux-arm64-2.331.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.331.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.331.0/actions-runner-linux-arm-2.331.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-linux-arm-2.331.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.331.0.zip 473e74b86cd826e073f1c1f2c004d3fb9e6c9665d0d51710a23e5084a601c78a
  • actions-runner-win-arm64-2.331.0.zip 12ac57b6e00acb308e3b53f1d34e81af64461084672630a41b9cfc05f6dc0ca2
  • actions-runner-osx-x64-2.331.0.tar.gz 0bcba2dd55eb429620f3184cebaa2e403e99dbf2b621e5858203c3aca3900878
  • actions-runner-osx-arm64-2.331.0.tar.gz 6f56ce368b09041f83c5ded4d0fb83b08d9a28e22300a2ce5cb1ed64e67ea47c
  • actions-runner-linux-x64-2.331.0.tar.gz 5fcc01bd546ba5c3f1291c2803658ebd3cedb3836489eda3be357d41bfcf28a7
  • actions-runner-linux-arm64-2.331.0.tar.gz f5863a211241436186723159a111f352f25d5d22711639761ea24c98caef1a9a
  • actions-runner-linux-arm-2.331.0.tar.gz f233d41c2080d9c8ae7533857c4ff6a3d3d7102632ce441fc400e0339c5b76cc

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

@mglants-bot
Copy link

mglants-bot bot commented Jan 9, 2026

--- 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.330.0
+          image: ghcr.io/home-operations/actions-runner:2.331.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.330.0
+          image: ghcr.io/home-operations/actions-runner:2.331.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.330.0
+          image: ghcr.io/home-operations/actions-runner:2.331.0
           name: runner
         securityContext:
           fsGroup: 1001
           fsGroupChangePolicy: OnRootMismatch
         topologySpreadConstraints:
         - labelSelector:

@mglants-bot
Copy link

mglants-bot bot commented Jan 9, 2026

--- 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: f87f40f31b1da9d07078e927bd47146c51a8805cc69762b615ca662804942f6
+    actions.github.com/values-hash: c071d4f6c359b3d53c77e1d2881b3745fd70da25f5df9ede52739259175b534
     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.330.0
+        image: ghcr.io/home-operations/actions-runner:2.331.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.330.0
+        image: ghcr.io/home-operations/actions-runner:2.331.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: 193864dd88c5c0d2dd8e4607e5e13f8d2a0b754c4ebbd6e6cc74ea016109d2e
+    actions.github.com/values-hash: 8d656811c4eff5b1131d7e12640d5df07af619aa90e3971bce83cf049f25e51
     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.330.0
+        image: ghcr.io/home-operations/actions-runner:2.331.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.330.0
+        image: ghcr.io/home-operations/actions-runner:2.331.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: f7c0df701db18851afc41d218cf8e84b3caa7cb59ff4a1cc713c6e2c348bc3d
+    actions.github.com/values-hash: 624cc5625e2b83527f736ba77c638df23f4f5eb5c756e58a1866ad8c4ce22ff
     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.330.0
+        image: ghcr.io/home-operations/actions-runner:2.331.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.330.0
+        image: ghcr.io/home-operations/actions-runner:2.331.0
         env:
         - name: DOCKER_HOST
           value: unix:///var/run/docker.sock
         - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
           value: '120'
         volumeMounts:

…( 2.330.0 → 2.331.0 )

| datasource | package                                | from    | to      |
| ---------- | -------------------------------------- | ------- | ------- |
| docker     | ghcr.io/home-operations/actions-runner | 2.330.0 | 2.331.0 |
@renovate renovate bot force-pushed the renovate/ghcr.io-home-operations-actions-runner-2.x branch from f562e81 to 6c0a0aa Compare January 23, 2026 19:06
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