Skip to content

fix(container): update ghcr.io/home-operations/actions-runner ( 2.333.0 → 2.333.1 )#5519

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

fix(container): update ghcr.io/home-operations/actions-runner ( 2.333.0 → 2.333.1 )#5519
mchesterbot[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-home-operations-actions-runner-2.x

Conversation

@mchesterbot
Copy link
Copy Markdown
Contributor

@mchesterbot mchesterbot bot commented Mar 27, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/actions-runner (source) patch 2.333.02.333.1

Release Notes

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

v2.333.1

Compare Source

What's Changed

Full Changelog: actions/runner@v2.333.0...v2.333.1

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.333.1/actions-runner-win-x64-2.333.1.zip -OutFile actions-runner-win-x64-2.333.1.zip

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

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

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

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

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

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

# Extract the installer
tar xzf ./actions-runner-linux-arm-2.333.1.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.333.1.zip d0c4fcb91f8f0754d478db5d61db533bba14cad6c4676a9b93c0b7c2a3969aa0
  • actions-runner-win-arm64-2.333.1.zip c665c4ce2bf1d79e1ce49051d91a9e84822a19891ceb442bdaae9fb0d82eb642
  • actions-runner-osx-x64-2.333.1.tar.gz e3be55b41452befae65ae032c10df4d8cc6a1926514ef837c45a04f18d11d9d9
  • actions-runner-osx-arm64-2.333.1.tar.gz 69d8c30aff69592fd0e3da6db1a477506ae5942cd438967f098bbdbc4e954c90
  • actions-runner-linux-x64-2.333.1.tar.gz 18f8f68ed1892854ff2ab1bab4fcaa2f5abeedc98093b6cb13638991725cab74
  • actions-runner-linux-arm64-2.333.1.tar.gz 69ac7e5692f877189e7dddf4a1bb16cbbd6425568cd69a0359895fac48b9ad3b
  • actions-runner-linux-arm-2.333.1.tar.gz 26d89c7b08685ab6aa9155e062ad60a3f63cb571b7510eadbc723b2f7e4c9f8b

Configuration

📅 Schedule: (in timezone America/Vancouver)

  • 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 has been generated by Renovate Bot.

@mchesterbot mchesterbot bot requested a review from mchestr as a code owner March 27, 2026 18:27
@mchesterbot mchesterbot bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Mar 27, 2026
@mchesterbot
Copy link
Copy Markdown
Contributor Author

mchesterbot bot commented Mar 27, 2026

--- kubernetes/apps/actions-runner-system/actions-runner-controller/runners Kustomization: actions-runner-system/actions-runner-controller-runners HelmRelease: actions-runner-system/home-cluster-runner

+++ kubernetes/apps/actions-runner-system/actions-runner-controller/runners Kustomization: actions-runner-system/actions-runner-controller-runners HelmRelease: actions-runner-system/home-cluster-runner

@@ -49,13 +49,13 @@

           - name: ACTIONS_RUNNER_REQUIRE_JOB_CONTAINER
             value: 'false'
           - name: NODE
             valueFrom:
               fieldRef:
                 fieldPath: status.hostIP
-          image: ghcr.io/home-operations/actions-runner:2.333.0@sha256:35e5e1d6520009672d453ed84b3666b688423da51db732c8b4a46b14227b2628
+          image: ghcr.io/home-operations/actions-runner:2.333.1@sha256:1a7726bcaeba4e46fe07fe98e1805b4df78618a71e67758f932862b929f852d4
           name: runner
           volumeMounts:
           - mountPath: /var/run/secrets/talos.dev
             name: talos
             readOnly: true
         serviceAccountName: home-cluster-runner

@mchesterbot
Copy link
Copy Markdown
Contributor Author

mchesterbot bot commented Mar 27, 2026

--- HelmRelease: actions-runner-system/home-cluster-runner AutoscalingRunnerSet: actions-runner-system/home-cluster-runner

+++ HelmRelease: actions-runner-system/home-cluster-runner AutoscalingRunnerSet: actions-runner-system/home-cluster-runner

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

     app.kubernetes.io/instance: home-cluster-runner
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: gha-rs
     actions.github.com/scale-set-name: home-cluster-runner
     actions.github.com/scale-set-namespace: actions-runner-system
   annotations:
-    actions.github.com/values-hash: 70e5b067b977d22c50bcca92f501527731bc3c5b4ea6ed79c454f42cb551c59
+    actions.github.com/values-hash: 9e6cf712cb3d5f5a72dfcb87ab443677cdbd100c59f4db047e08dba70c83e5a
     actions.github.com/cleanup-manager-role-binding: home-cluster-runner-gha-rs-manager
     actions.github.com/cleanup-manager-role-name: home-cluster-runner-gha-rs-manager
 spec:
   githubConfigUrl: https://github.com/mchestr/home-cluster
   githubConfigSecret: home-cluster-runner-secret
   maxRunners: 3
@@ -26,13 +26,13 @@

       restartPolicy: Never
       serviceAccountName: home-cluster-runner
       containers:
       - name: runner
         command:
         - /home/runner/run.sh
-        image: ghcr.io/home-operations/actions-runner:2.333.0@sha256:35e5e1d6520009672d453ed84b3666b688423da51db732c8b4a46b14227b2628
+        image: ghcr.io/home-operations/actions-runner:2.333.1@sha256:1a7726bcaeba4e46fe07fe98e1805b4df78618a71e67758f932862b929f852d4
         env:
         - name: ACTIONS_RUNNER_REQUIRE_JOB_CONTAINER
           value: 'false'
         - name: NODE
           valueFrom:
             fieldRef:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants