From cdca7c31a1b51ca75245cd6fd7bb3e20c729751a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Feb 2026 23:32:40 +0000 Subject: [PATCH 1/2] Replace data.forgejo.org/oci/node (test actions) with data.forgejo.org/oci/node --- actions/example-shell/.forgejo/workflows/test.yml | 2 +- .../.forgejo/workflows/reusable-layer-1.yml | 4 ++-- .../.forgejo/workflows/reusable-layer-2.yml | 4 ++-- .../.forgejo/workflows/test.yml | 4 ++-- actions/example-workflow-call/.forgejo/workflows/reusable.yml | 2 +- actions/example-workflow-call/.forgejo/workflows/test.yml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/actions/example-shell/.forgejo/workflows/test.yml b/actions/example-shell/.forgejo/workflows/test.yml index 5dad0b6e..b62cbb85 100644 --- a/actions/example-shell/.forgejo/workflows/test.yml +++ b/actions/example-shell/.forgejo/workflows/test.yml @@ -58,7 +58,7 @@ jobs: needs: [python] runs-on: docker container: - image: data.forgejo.org/oci/node:22-bookworm + image: data.forgejo.org/oci/node:22-trixie steps: - name: default is bash run: | diff --git a/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-1.yml b/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-1.yml index 649392c1..9cb32fe4 100644 --- a/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-1.yml +++ b/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-1.yml @@ -23,7 +23,7 @@ jobs: outputs: job-output: callee-1-output container: - image: data.forgejo.org/oci/node:22-bookworm + image: data.forgejo.org/oci/node:22-trixie volumes: - /srv/example:/srv/example steps: @@ -57,7 +57,7 @@ jobs: outputs: job-output: callee-2-output container: - image: data.forgejo.org/oci/node:22-bookworm + image: data.forgejo.org/oci/node:22-trixie volumes: - /srv/example:/srv/example steps: diff --git a/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-2.yml b/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-2.yml index 3b633ebd..c5aa0cbd 100644 --- a/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-2.yml +++ b/actions/example-workflow-call-expansion/.forgejo/workflows/reusable-layer-2.yml @@ -25,7 +25,7 @@ jobs: outputs: job-output: callee-3-output container: - image: data.forgejo.org/oci/node:22-bookworm + image: data.forgejo.org/oci/node:22-trixie volumes: - /srv/example:/srv/example steps: @@ -51,7 +51,7 @@ jobs: outputs: job-output: callee-4-output container: - image: data.forgejo.org/oci/node:22-bookworm + image: data.forgejo.org/oci/node:22-trixie volumes: - /srv/example:/srv/example steps: diff --git a/actions/example-workflow-call-expansion/.forgejo/workflows/test.yml b/actions/example-workflow-call-expansion/.forgejo/workflows/test.yml index cd9290a2..0d8fee46 100644 --- a/actions/example-workflow-call-expansion/.forgejo/workflows/test.yml +++ b/actions/example-workflow-call-expansion/.forgejo/workflows/test.yml @@ -5,7 +5,7 @@ jobs: pre-job: runs-on: docker container: - image: data.forgejo.org/oci/node:22-bookworm + image: data.forgejo.org/oci/node:22-trixie outputs: dynamic: "${{ steps.dynamic-step.outputs.dynamic }}" steps: @@ -26,7 +26,7 @@ jobs: needs: [layer-1] runs-on: docker container: - image: data.forgejo.org/oci/node:22-bookworm + image: data.forgejo.org/oci/node:22-trixie volumes: - /srv/example:/srv/example steps: diff --git a/actions/example-workflow-call/.forgejo/workflows/reusable.yml b/actions/example-workflow-call/.forgejo/workflows/reusable.yml index 6181aff6..52349fd6 100644 --- a/actions/example-workflow-call/.forgejo/workflows/reusable.yml +++ b/actions/example-workflow-call/.forgejo/workflows/reusable.yml @@ -12,7 +12,7 @@ jobs: callee: runs-on: docker container: - image: data.forgejo.org/oci/node:22-bookworm + image: data.forgejo.org/oci/node:22-trixie volumes: - /srv/example:/srv/example outputs: diff --git a/actions/example-workflow-call/.forgejo/workflows/test.yml b/actions/example-workflow-call/.forgejo/workflows/test.yml index fef61667..87ebcbb2 100644 --- a/actions/example-workflow-call/.forgejo/workflows/test.yml +++ b/actions/example-workflow-call/.forgejo/workflows/test.yml @@ -5,7 +5,7 @@ jobs: caller: runs-on: docker container: - image: data.forgejo.org/oci/node:22-bookworm + image: data.forgejo.org/oci/node:22-trixie uses: ./.forgejo/workflows/reusable.yml with: parameter1: value1 @@ -16,7 +16,7 @@ jobs: needs: [caller] runs-on: docker container: - image: data.forgejo.org/oci/node:22-bookworm + image: data.forgejo.org/oci/node:22-trixie steps: - run: | set -x From 10e19db36615ca7eba19923f7998b35bec6cffdb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 21 Feb 2026 02:15:00 +0000 Subject: [PATCH 2/2] Replace Node.js with data.forgejo.org/oci/node 24-trixie (#1604) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [data.forgejo.org/oci/node](https://hub.docker.com/_/node) ([source](https://github.com/nodejs/docker-node)) | container | replacement | `24-bookworm` → `24-trixie` | This is a special PR that replaces `data.forgejo.org/oci/node` with the community suggested minimal stable replacement version. --- ### Configuration 📅 **Schedule**: Branch creation - "" (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/1604 Reviewed-by: Mathieu Fenniak Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .forgejo/workflows/end-to-end.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/end-to-end.yml b/.forgejo/workflows/end-to-end.yml index d5d877f6..eab71f76 100644 --- a/.forgejo/workflows/end-to-end.yml +++ b/.forgejo/workflows/end-to-end.yml @@ -15,7 +15,7 @@ jobs: build: runs-on: docker container: - image: 'data.forgejo.org/oci/node:24-bookworm' + image: 'data.forgejo.org/oci/node:24-trixie' outputs: built: "${{ steps.build.outputs.built }}" forgejo_versions_json: "${{ steps.build.outputs.forgejo_versions_json }}"