From c8c35d44dcab4f8c8c72a6146a1f9b2d52d01ebd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 02:22:09 +0000 Subject: [PATCH 01/15] docs: update references to renovatebot/github-action to v46.0.1 | datasource | package | from | to | | --------------- | ------------------------- | ------- | ------- | | github-releases | renovatebot/github-action | v46.0.0 | v46.0.1 | | github-tags | renovatebot/github-action | v46.0.0 | v46.0.1 | --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3ac6d0bb..1c1ad32e 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.0.0 + uses: renovatebot/github-action@v46.0.1 with: docker-cmd-file: .github/renovate-entrypoint.sh docker-user: root @@ -143,7 +143,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.0.0 + uses: renovatebot/github-action@v46.0.1 with: token: ${{ secrets.RENOVATE_TOKEN }} docker-volumes: | @@ -194,7 +194,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.0.0 + uses: renovatebot/github-action@v46.0.1 with: renovate-image: myproxyhub.domain.com/renovate/renovate token: ${{ secrets.RENOVATE_TOKEN }} @@ -211,7 +211,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.0.0 + uses: renovatebot/github-action@v46.0.1 with: token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -233,7 +233,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.0.0 + uses: renovatebot/github-action@v46.0.1 with: renovate-version: 43.0.9 token: ${{ secrets.RENOVATE_TOKEN }} @@ -250,7 +250,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.0.0 + uses: renovatebot/github-action@v46.0.1 with: renovate-version: full token: ${{ secrets.RENOVATE_TOKEN }} @@ -285,7 +285,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.0.0 + uses: renovatebot/github-action@v46.0.1 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -298,7 +298,7 @@ If you want to use the Renovate Action on a GitHub Enterprise instance you have ```yml .... - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.0.0 + uses: renovatebot/github-action@v46.0.1 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -345,7 +345,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.0.0 + uses: renovatebot/github-action@v46.0.1 with: configurationFile: example/renovate-config.js token: '${{ steps.get_token.outputs.token }}' @@ -360,7 +360,7 @@ For example: ```yaml - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.0.0 + uses: renovatebot/github-action@v46.0.1 with: token: '${{ steps.get_token.outputs.token }}' env: @@ -384,7 +384,7 @@ For example if you wish to pass through some credentials for a [host rule](https - name: Checkout uses: actions/checkout@v6.0.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.0.0 + uses: renovatebot/github-action@v46.0.1 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -421,7 +421,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.0.0 + uses: renovatebot/github-action@v46.0.1 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -512,7 +512,7 @@ jobs: sudo chown -R 12021:0 /tmp/renovate/ ls -R $cache_dir - - uses: renovatebot/github-action@v46.0.0 + - uses: renovatebot/github-action@v46.0.1 with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} @@ -550,7 +550,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th ```yml - name: Self-hosted Renovate - uses: renovatebot/github-action@v46.0.0 + uses: renovatebot/github-action@v46.0.1 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} From b9249f32b563b7ee9dee94510a0aa1986c0f080f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:23:13 +0000 Subject: [PATCH 02/15] ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.0.10 | datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------- | | docker | ghcr.io/renovatebot/renovate | 43.0.9 | 43.0.10 | --- .github/workflows/build.yml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cc86bed..c9bbead9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: - RENOVATE_VERSION: 43.0.9 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate + RENOVATE_VERSION: 43.0.10 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate jobs: prepare: @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 container: - image: ghcr.io/renovatebot/renovate:43.0.9@sha256:89b0c8c28a41152fb7bc847a44ee39c539ed3c86892226de321036e09258bd08 + image: ghcr.io/renovatebot/renovate:43.0.10@sha256:46375ad25042b17c841c88af4b18a9ffe68ac609464c645862150ebf413f7f69 # github hosted runners are running as `1001:127` (ubuntu:docker) options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127 diff --git a/README.md b/README.md index 1c1ad32e..1bf672c8 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ The Renovate version to use. If omitted the action will use the [`default version`](./action.yml#L28) Docker tag. Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags). -This sample will use `ghcr.io/renovatebot/renovate:43.0.9` image. +This sample will use `ghcr.io/renovatebot/renovate:43.0.10` image. ```yml .... @@ -235,7 +235,7 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v46.0.1 with: - renovate-version: 43.0.9 + renovate-version: 43.0.10 token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -516,7 +516,7 @@ jobs: with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} - renovate-version: 43.0.9 + renovate-version: 43.0.10 env: # This enables the cache -- if this is set, it's not necessary to add it to renovate.json. RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }} From b6d94b7279c73000e42f0a965c2f2190f0e7bb97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 11:59:46 +0100 Subject: [PATCH 03/15] chore(deps): replace dependency @tsconfig/node22 with @tsconfig/node24 (#1012) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ tools/tsconfig.json | 2 +- tsconfig.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 7970486d..d02fb746 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@semantic-release/git": "10.0.1", "@semantic-release/github": "12.0.2", "@semantic-release/npm": "13.1.3", - "@tsconfig/node22": "22.0.5", + "@tsconfig/node24": "24.0.0", "@tsconfig/strictest": "2.0.8", "@types/eslint-config-prettier": "6.11.3", "@types/node": "24.10.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c1269f30..062d3cb2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,9 +33,9 @@ importers: '@semantic-release/npm': specifier: 13.1.3 version: 13.1.3(semantic-release@25.0.2(typescript@5.9.3)) - '@tsconfig/node22': - specifier: 22.0.5 - version: 22.0.5 + '@tsconfig/node24': + specifier: 24.0.0 + version: 24.0.0 '@tsconfig/strictest': specifier: 2.0.8 version: 2.0.8 @@ -525,8 +525,8 @@ packages: resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==} engines: {node: '>=18'} - '@tsconfig/node22@22.0.5': - resolution: {integrity: sha512-hLf2ld+sYN/BtOJjHUWOk568dvjFQkHnLNa6zce25GIH+vxKfvTgm3qpaH6ToF5tu/NN0IH66s+Bb5wElHrLcw==} + '@tsconfig/node24@24.0.0': + resolution: {integrity: sha512-3/6Cr4dELEAucgPIr6ufY7yBYMi4ttZFOewABADNZ+bm4DUZl4dup2VBcBeP1ejj3QblrWVWux/1XcRv/ZVikA==} '@tsconfig/strictest@2.0.8': resolution: {integrity: sha512-XnQ7vNz5HRN0r88GYf1J9JJjqtZPiHt2woGJOo2dYqyHGGcd6OLGqSlBB6p1j9mpzja6Oe5BoPqWmeDx6X9rLw==} @@ -2673,7 +2673,7 @@ snapshots: '@sindresorhus/merge-streams@4.0.0': {} - '@tsconfig/node22@22.0.5': {} + '@tsconfig/node24@24.0.0': {} '@tsconfig/strictest@2.0.8': {} diff --git a/tools/tsconfig.json b/tools/tsconfig.json index 8f662161..41a55bf3 100644 --- a/tools/tsconfig.json +++ b/tools/tsconfig.json @@ -1,7 +1,7 @@ { "extends": [ "@tsconfig/strictest/tsconfig.json", - "@tsconfig/node22/tsconfig.json" + "@tsconfig/node24/tsconfig.json" ], "compilerOptions": { "allowSyntheticDefaultImports": true, diff --git a/tsconfig.json b/tsconfig.json index e3a9200b..7c65507f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "extends": [ "@tsconfig/strictest/tsconfig.json", - "@tsconfig/node22/tsconfig.json" + "@tsconfig/node24/tsconfig.json" ], "compilerOptions": { "allowJs": true, From 4c73fa7f5ee593705f66f10655cd2d5856beeeaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 11:01:18 +0000 Subject: [PATCH 04/15] chore(deps): update dependency @tsconfig/node24 to v24.0.4 | datasource | package | from | to | | ---------- | ---------------- | ------ | ------ | | npm | @tsconfig/node24 | 24.0.0 | 24.0.4 | --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d02fb746..3b879ad9 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@semantic-release/git": "10.0.1", "@semantic-release/github": "12.0.2", "@semantic-release/npm": "13.1.3", - "@tsconfig/node24": "24.0.0", + "@tsconfig/node24": "24.0.4", "@tsconfig/strictest": "2.0.8", "@types/eslint-config-prettier": "6.11.3", "@types/node": "24.10.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 062d3cb2..60c33e15 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,8 +34,8 @@ importers: specifier: 13.1.3 version: 13.1.3(semantic-release@25.0.2(typescript@5.9.3)) '@tsconfig/node24': - specifier: 24.0.0 - version: 24.0.0 + specifier: 24.0.4 + version: 24.0.4 '@tsconfig/strictest': specifier: 2.0.8 version: 2.0.8 @@ -525,8 +525,8 @@ packages: resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==} engines: {node: '>=18'} - '@tsconfig/node24@24.0.0': - resolution: {integrity: sha512-3/6Cr4dELEAucgPIr6ufY7yBYMi4ttZFOewABADNZ+bm4DUZl4dup2VBcBeP1ejj3QblrWVWux/1XcRv/ZVikA==} + '@tsconfig/node24@24.0.4': + resolution: {integrity: sha512-2A933l5P5oCbv6qSxHs7ckKwobs8BDAe9SJ/Xr2Hy+nDlwmLE1GhFh/g/vXGRZWgxBg9nX/5piDtHR9Dkw/XuA==} '@tsconfig/strictest@2.0.8': resolution: {integrity: sha512-XnQ7vNz5HRN0r88GYf1J9JJjqtZPiHt2woGJOo2dYqyHGGcd6OLGqSlBB6p1j9mpzja6Oe5BoPqWmeDx6X9rLw==} @@ -2673,7 +2673,7 @@ snapshots: '@sindresorhus/merge-streams@4.0.0': {} - '@tsconfig/node24@24.0.0': {} + '@tsconfig/node24@24.0.4': {} '@tsconfig/strictest@2.0.8': {} From dc3429fbc9e0ac4b2050c3684117a58a4771d267 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 11:26:55 +0000 Subject: [PATCH 05/15] ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.2.0 | datasource | package | from | to | | ---------- | ---------------------------- | ------- | ------ | | docker | ghcr.io/renovatebot/renovate | 43.0.10 | 43.2.0 | --- .github/workflows/build.yml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9bbead9..9d244c0e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: - RENOVATE_VERSION: 43.0.10 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate + RENOVATE_VERSION: 43.2.0 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate jobs: prepare: @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 container: - image: ghcr.io/renovatebot/renovate:43.0.10@sha256:46375ad25042b17c841c88af4b18a9ffe68ac609464c645862150ebf413f7f69 + image: ghcr.io/renovatebot/renovate:43.2.0@sha256:c05eb9fd652a44a647ea8faeeee91739018e4f3eccd629070c5562d5f3290174 # github hosted runners are running as `1001:127` (ubuntu:docker) options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127 diff --git a/README.md b/README.md index 1bf672c8..411f5a39 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ The Renovate version to use. If omitted the action will use the [`default version`](./action.yml#L28) Docker tag. Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags). -This sample will use `ghcr.io/renovatebot/renovate:43.0.10` image. +This sample will use `ghcr.io/renovatebot/renovate:43.2.0` image. ```yml .... @@ -235,7 +235,7 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v46.0.1 with: - renovate-version: 43.0.10 + renovate-version: 43.2.0 token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -516,7 +516,7 @@ jobs: with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} - renovate-version: 43.0.10 + renovate-version: 43.2.0 env: # This enables the cache -- if this is set, it's not necessary to add it to renovate.json. RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }} From fe54aec8586e966a7af6a3a95a8b660163771235 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:28:33 +0000 Subject: [PATCH 06/15] chore(deps): update pnpm to v10.28.2 | datasource | package | from | to | | ---------- | ------- | ------- | ------- | | npm | pnpm | 10.28.1 | 10.28.2 | --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b879ad9..af148111 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "typescript": "5.9.3", "typescript-eslint": "8.53.1" }, - "packageManager": "pnpm@10.28.1", + "packageManager": "pnpm@10.28.2", "engines": { "node": ">=24.11.0", "pnpm": "^10.0.0" From 018d1e42971f8d916d2761b95f7c74f4faa0a96b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:26:42 +0000 Subject: [PATCH 07/15] ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.2.1 | datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | docker | ghcr.io/renovatebot/renovate | 43.2.0 | 43.2.1 | --- .github/workflows/build.yml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d244c0e..4e87d0d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: - RENOVATE_VERSION: 43.2.0 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate + RENOVATE_VERSION: 43.2.1 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate jobs: prepare: @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 container: - image: ghcr.io/renovatebot/renovate:43.2.0@sha256:c05eb9fd652a44a647ea8faeeee91739018e4f3eccd629070c5562d5f3290174 + image: ghcr.io/renovatebot/renovate:43.2.1@sha256:4146ffd09c5c8311d0d54576ce3fb2ddab5dbb77be62390b6f57185b5bb2c01a # github hosted runners are running as `1001:127` (ubuntu:docker) options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127 diff --git a/README.md b/README.md index 411f5a39..b99471b6 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ The Renovate version to use. If omitted the action will use the [`default version`](./action.yml#L28) Docker tag. Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags). -This sample will use `ghcr.io/renovatebot/renovate:43.2.0` image. +This sample will use `ghcr.io/renovatebot/renovate:43.2.1` image. ```yml .... @@ -235,7 +235,7 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v46.0.1 with: - renovate-version: 43.2.0 + renovate-version: 43.2.1 token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -516,7 +516,7 @@ jobs: with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} - renovate-version: 43.2.0 + renovate-version: 43.2.1 env: # This enables the cache -- if this is set, it's not necessary to add it to renovate.json. RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }} From 6bf50f544a480e7f15a5ad34c797d8e05af7539d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:24:15 +0000 Subject: [PATCH 08/15] chore(deps): update dependency typescript-eslint to v8.54.0 | datasource | package | from | to | | ---------- | ----------------- | ------ | ------ | | npm | typescript-eslint | 8.53.1 | 8.54.0 | --- package.json | 2 +- pnpm-lock.yaml | 128 ++++++++++++++++++++++++------------------------- 2 files changed, 65 insertions(+), 65 deletions(-) diff --git a/package.json b/package.json index af148111..1aa81930 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "rimraf": "6.1.2", "semantic-release": "25.0.2", "typescript": "5.9.3", - "typescript-eslint": "8.53.1" + "typescript-eslint": "8.54.0" }, "packageManager": "pnpm@10.28.2", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 60c33e15..773180a8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -88,8 +88,8 @@ importers: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.53.1 - version: 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.54.0 + version: 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) packages: @@ -546,63 +546,63 @@ packages: '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} - '@typescript-eslint/eslint-plugin@8.53.1': - resolution: {integrity: sha512-cFYYFZ+oQFi6hUnBTbLRXfTJiaQtYE3t4O692agbBl+2Zy+eqSKWtPjhPXJu1G7j4RLjKgeJPDdq3EqOwmX5Ag==} + '@typescript-eslint/eslint-plugin@8.54.0': + resolution: {integrity: sha512-hAAP5io/7csFStuOmR782YmTthKBJ9ND3WVL60hcOjvtGFb+HJxH4O5huAcmcZ9v9G8P+JETiZ/G1B8MALnWZQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^8.53.1 + '@typescript-eslint/parser': ^8.54.0 eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/parser@8.53.1': - resolution: {integrity: sha512-nm3cvFN9SqZGXjmw5bZ6cGmvJSyJPn0wU9gHAZZHDnZl2wF9PhHv78Xf06E0MaNk4zLVHL8hb2/c32XvyJOLQg==} + '@typescript-eslint/parser@8.54.0': + resolution: {integrity: sha512-BtE0k6cjwjLZoZixN0t5AKP0kSzlGu7FctRXYuPAm//aaiZhmfq1JwdYpYr1brzEspYyFeF+8XF5j2VK6oalrA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/project-service@8.53.1': - resolution: {integrity: sha512-WYC4FB5Ra0xidsmlPb+1SsnaSKPmS3gsjIARwbEkHkoWloQmuzcfypljaJcR78uyLA1h8sHdWWPHSLDI+MtNog==} + '@typescript-eslint/project-service@8.54.0': + resolution: {integrity: sha512-YPf+rvJ1s7MyiWM4uTRhE4DvBXrEV+d8oC3P9Y2eT7S+HBS0clybdMIPnhiATi9vZOYDc7OQ1L/i6ga6NFYK/g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/scope-manager@8.53.1': - resolution: {integrity: sha512-Lu23yw1uJMFY8cUeq7JlrizAgeQvWugNQzJp8C3x8Eo5Jw5Q2ykMdiiTB9vBVOOUBysMzmRRmUfwFrZuI2C4SQ==} + '@typescript-eslint/scope-manager@8.54.0': + resolution: {integrity: sha512-27rYVQku26j/PbHYcVfRPonmOlVI6gihHtXFbTdB5sb6qA0wdAQAbyXFVarQ5t4HRojIz64IV90YtsjQSSGlQg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/tsconfig-utils@8.53.1': - resolution: {integrity: sha512-qfvLXS6F6b1y43pnf0pPbXJ+YoXIC7HKg0UGZ27uMIemKMKA6XH2DTxsEDdpdN29D+vHV07x/pnlPNVLhdhWiA==} + '@typescript-eslint/tsconfig-utils@8.54.0': + resolution: {integrity: sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/type-utils@8.53.1': - resolution: {integrity: sha512-MOrdtNvyhy0rHyv0ENzub1d4wQYKb2NmIqG7qEqPWFW7Mpy2jzFC3pQ2yKDvirZB7jypm5uGjF2Qqs6OIqu47w==} + '@typescript-eslint/type-utils@8.54.0': + resolution: {integrity: sha512-hiLguxJWHjjwL6xMBwD903ciAwd7DmK30Y9Axs/etOkftC3ZNN9K44IuRD/EB08amu+Zw6W37x9RecLkOo3pMA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/types@8.53.1': - resolution: {integrity: sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==} + '@typescript-eslint/types@8.54.0': + resolution: {integrity: sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.53.1': - resolution: {integrity: sha512-RGlVipGhQAG4GxV1s34O91cxQ/vWiHJTDHbXRr0li2q/BGg3RR/7NM8QDWgkEgrwQYCvmJV9ichIwyoKCQ+DTg==} + '@typescript-eslint/typescript-estree@8.54.0': + resolution: {integrity: sha512-BUwcskRaPvTk6fzVWgDPdUndLjB87KYDrN5EYGetnktoeAvPtO4ONHlAZDnj5VFnUANg0Sjm7j4usBlnoVMHwA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/utils@8.53.1': - resolution: {integrity: sha512-c4bMvGVWW4hv6JmDUEG7fSYlWOl3II2I4ylt0NM+seinYQlZMQIaKaXIIVJWt9Ofh6whrpM+EdDQXKXjNovvrg==} + '@typescript-eslint/utils@8.54.0': + resolution: {integrity: sha512-9Cnda8GS57AQakvRyG0PTejJNlA2xhvyNtEVIMlDWOOeEyBkYWhGPnfrIAnqxLMTSTo6q8g12XVjjev5l1NvMA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/visitor-keys@8.53.1': - resolution: {integrity: sha512-oy+wV7xDKFPRyNggmXuZQSBzvoLnpmJs+GhzRhPjrxl2b/jIlyjVokzm47CZCDUdXKr2zd7ZLodPfOBpOPyPlg==} + '@typescript-eslint/visitor-keys@8.54.0': + resolution: {integrity: sha512-VFlhGSl4opC0bprJiItPQ1RfUhGDIBokcPwaFH4yiBCaNPeld/9VeXbiPO1cLyorQi1G1vL+ecBk1x8o1axORA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} acorn-jsx@5.3.2: @@ -2063,8 +2063,8 @@ packages: resolution: {integrity: sha512-AXSAQJu79WGc79/3e9/CR77I/KQgeY1AhNvcShIH4PTcGYyC4xv6H4R4AUOwkPS5799KlVDAu8zExeCrkGquiA==} engines: {node: '>=20'} - typescript-eslint@8.53.1: - resolution: {integrity: sha512-gB+EVQfP5RDElh9ittfXlhZJdjSU4jUSTyE2+ia8CYyNvet4ElfaLlAIqDvQV9JPknKx0jQH1racTYe/4LaLSg==} + typescript-eslint@8.54.0: + resolution: {integrity: sha512-CKsJ+g53QpsNPqbzUsfKVgd3Lny4yKZ1pP4qN3jdMOg/sisIDLGyDMezycquXLE5JsEU0wp3dGNdzig0/fmSVQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -2689,14 +2689,14 @@ snapshots: '@types/normalize-package-data@2.4.4': {} - '@typescript-eslint/eslint-plugin@8.53.1(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/eslint-plugin@8.54.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/scope-manager': 8.53.1 - '@typescript-eslint/type-utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.53.1 + '@typescript-eslint/parser': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/scope-manager': 8.54.0 + '@typescript-eslint/type-utils': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/utils': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.54.0 eslint: 9.39.2(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 @@ -2705,41 +2705,41 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@typescript-eslint/scope-manager': 8.53.1 - '@typescript-eslint/types': 8.53.1 - '@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.53.1 + '@typescript-eslint/scope-manager': 8.54.0 + '@typescript-eslint/types': 8.54.0 + '@typescript-eslint/typescript-estree': 8.54.0(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.54.0 debug: 4.4.3 eslint: 9.39.2(jiti@2.6.1) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.53.1(typescript@5.9.3)': + '@typescript-eslint/project-service@8.54.0(typescript@5.9.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.53.1(typescript@5.9.3) - '@typescript-eslint/types': 8.53.1 + '@typescript-eslint/tsconfig-utils': 8.54.0(typescript@5.9.3) + '@typescript-eslint/types': 8.54.0 debug: 4.4.3 typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.53.1': + '@typescript-eslint/scope-manager@8.54.0': dependencies: - '@typescript-eslint/types': 8.53.1 - '@typescript-eslint/visitor-keys': 8.53.1 + '@typescript-eslint/types': 8.54.0 + '@typescript-eslint/visitor-keys': 8.54.0 - '@typescript-eslint/tsconfig-utils@8.53.1(typescript@5.9.3)': + '@typescript-eslint/tsconfig-utils@8.54.0(typescript@5.9.3)': dependencies: typescript: 5.9.3 - '@typescript-eslint/type-utils@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/type-utils@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@typescript-eslint/types': 8.53.1 - '@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3) - '@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/types': 8.54.0 + '@typescript-eslint/typescript-estree': 8.54.0(typescript@5.9.3) + '@typescript-eslint/utils': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) debug: 4.4.3 eslint: 9.39.2(jiti@2.6.1) ts-api-utils: 2.4.0(typescript@5.9.3) @@ -2747,14 +2747,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.53.1': {} + '@typescript-eslint/types@8.54.0': {} - '@typescript-eslint/typescript-estree@8.53.1(typescript@5.9.3)': + '@typescript-eslint/typescript-estree@8.54.0(typescript@5.9.3)': dependencies: - '@typescript-eslint/project-service': 8.53.1(typescript@5.9.3) - '@typescript-eslint/tsconfig-utils': 8.53.1(typescript@5.9.3) - '@typescript-eslint/types': 8.53.1 - '@typescript-eslint/visitor-keys': 8.53.1 + '@typescript-eslint/project-service': 8.54.0(typescript@5.9.3) + '@typescript-eslint/tsconfig-utils': 8.54.0(typescript@5.9.3) + '@typescript-eslint/types': 8.54.0 + '@typescript-eslint/visitor-keys': 8.54.0 debug: 4.4.3 minimatch: 9.0.5 semver: 7.7.3 @@ -2764,20 +2764,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/utils@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/scope-manager': 8.53.1 - '@typescript-eslint/types': 8.53.1 - '@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3) + '@typescript-eslint/scope-manager': 8.54.0 + '@typescript-eslint/types': 8.54.0 + '@typescript-eslint/typescript-estree': 8.54.0(typescript@5.9.3) eslint: 9.39.2(jiti@2.6.1) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.53.1': + '@typescript-eslint/visitor-keys@8.54.0': dependencies: - '@typescript-eslint/types': 8.53.1 + '@typescript-eslint/types': 8.54.0 eslint-visitor-keys: 4.2.1 acorn-jsx@5.3.2(acorn@8.15.0): @@ -4137,12 +4137,12 @@ snapshots: dependencies: tagged-tag: 1.0.0 - typescript-eslint@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): + typescript-eslint@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.53.1(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/parser': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3) - '@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.54.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.54.0(typescript@5.9.3) + '@typescript-eslint/utils': 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.2(jiti@2.6.1) typescript: 5.9.3 transitivePeerDependencies: From 1e4f4a830c6a5ebda32ad17768a2334046963613 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 12:24:35 +0000 Subject: [PATCH 09/15] ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.2.4 | datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | docker | ghcr.io/renovatebot/renovate | 43.2.1 | 43.2.4 | --- .github/workflows/build.yml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e87d0d9..d51b2483 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: - RENOVATE_VERSION: 43.2.1 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate + RENOVATE_VERSION: 43.2.4 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate jobs: prepare: @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 container: - image: ghcr.io/renovatebot/renovate:43.2.1@sha256:4146ffd09c5c8311d0d54576ce3fb2ddab5dbb77be62390b6f57185b5bb2c01a + image: ghcr.io/renovatebot/renovate:43.2.4@sha256:fa1302f469465ae1178e06aea60e125d9b47f1b45a6eb33d9c7382f351beeed4 # github hosted runners are running as `1001:127` (ubuntu:docker) options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127 diff --git a/README.md b/README.md index b99471b6..8e60dc22 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ The Renovate version to use. If omitted the action will use the [`default version`](./action.yml#L28) Docker tag. Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags). -This sample will use `ghcr.io/renovatebot/renovate:43.2.1` image. +This sample will use `ghcr.io/renovatebot/renovate:43.2.4` image. ```yml .... @@ -235,7 +235,7 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v46.0.1 with: - renovate-version: 43.2.1 + renovate-version: 43.2.4 token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -516,7 +516,7 @@ jobs: with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} - renovate-version: 43.2.1 + renovate-version: 43.2.4 env: # This enables the cache -- if this is set, it's not necessary to add it to renovate.json. RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }} From 4524c32275a2cc61040153e7d9f0193586ed990d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:26:39 +0000 Subject: [PATCH 10/15] chore(deps): update dependency globals to v17.2.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | npm | globals | 17.1.0 | 17.2.0 | --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1aa81930..b3473082 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint": "9.39.2", "eslint-config-prettier": "10.1.8", "eslint-plugin-json": "4.0.1", - "globals": "17.1.0", + "globals": "17.2.0", "husky": "9.1.7", "lint-staged": "16.2.7", "npm-run-all2": "8.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 773180a8..405e72d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -61,8 +61,8 @@ importers: specifier: 4.0.1 version: 4.0.1 globals: - specifier: 17.1.0 - version: 17.1.0 + specifier: 17.2.0 + version: 17.2.0 husky: specifier: 9.1.7 version: 9.1.7 @@ -1107,8 +1107,8 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} - globals@17.1.0: - resolution: {integrity: sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw==} + globals@17.2.0: + resolution: {integrity: sha512-tovnCz/fEq+Ripoq+p/gN1u7l6A7wwkoBT9pRCzTHzsD/LvADIzXZdjmRymh5Ztf0DYC3Rwg5cZRYjxzBmzbWg==} engines: {node: '>=18'} graceful-fs@4.2.10: @@ -3319,7 +3319,7 @@ snapshots: globals@14.0.0: {} - globals@17.1.0: {} + globals@17.2.0: {} graceful-fs@4.2.10: {} From 4301d7a798b178d959287bb21441efe10ebf1b12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:23:39 +0000 Subject: [PATCH 11/15] ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.2.5 | datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | docker | ghcr.io/renovatebot/renovate | 43.2.4 | 43.2.5 | --- .github/workflows/build.yml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d51b2483..3eab0274 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: - RENOVATE_VERSION: 43.2.4 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate + RENOVATE_VERSION: 43.2.5 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate jobs: prepare: @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 container: - image: ghcr.io/renovatebot/renovate:43.2.4@sha256:fa1302f469465ae1178e06aea60e125d9b47f1b45a6eb33d9c7382f351beeed4 + image: ghcr.io/renovatebot/renovate:43.2.5@sha256:cbcbbe6e64904661d82c38503fe134db75d3c2f2add4239cd39c5ce1be21cb09 # github hosted runners are running as `1001:127` (ubuntu:docker) options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127 diff --git a/README.md b/README.md index 8e60dc22..59b78044 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ The Renovate version to use. If omitted the action will use the [`default version`](./action.yml#L28) Docker tag. Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags). -This sample will use `ghcr.io/renovatebot/renovate:43.2.4` image. +This sample will use `ghcr.io/renovatebot/renovate:43.2.5` image. ```yml .... @@ -235,7 +235,7 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v46.0.1 with: - renovate-version: 43.2.4 + renovate-version: 43.2.5 token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -516,7 +516,7 @@ jobs: with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} - renovate-version: 43.2.4 + renovate-version: 43.2.5 env: # This enables the cache -- if this is set, it's not necessary to add it to renovate.json. RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }} From c971e62e42f8d9144d4b672f1ddde7a8fd208436 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:23:14 +0000 Subject: [PATCH 12/15] ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.2.6 | datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | docker | ghcr.io/renovatebot/renovate | 43.2.5 | 43.2.6 | --- .github/workflows/build.yml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3eab0274..23c00aac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: - RENOVATE_VERSION: 43.2.5 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate + RENOVATE_VERSION: 43.2.6 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate jobs: prepare: @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 container: - image: ghcr.io/renovatebot/renovate:43.2.5@sha256:cbcbbe6e64904661d82c38503fe134db75d3c2f2add4239cd39c5ce1be21cb09 + image: ghcr.io/renovatebot/renovate:43.2.6@sha256:0a83e26805d8da93b699e3bcc050151b78a6e59c534ecb5d1fda1a552932731b # github hosted runners are running as `1001:127` (ubuntu:docker) options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127 diff --git a/README.md b/README.md index 59b78044..e19afeb6 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ The Renovate version to use. If omitted the action will use the [`default version`](./action.yml#L28) Docker tag. Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags). -This sample will use `ghcr.io/renovatebot/renovate:43.2.5` image. +This sample will use `ghcr.io/renovatebot/renovate:43.2.6` image. ```yml .... @@ -235,7 +235,7 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v46.0.1 with: - renovate-version: 43.2.5 + renovate-version: 43.2.6 token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -516,7 +516,7 @@ jobs: with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} - renovate-version: 43.2.5 + renovate-version: 43.2.6 env: # This enables the cache -- if this is set, it's not necessary to add it to renovate.json. RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }} From 63929db7137d7a6ee2bf78d6d49abbe786c500f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 09:25:06 +0000 Subject: [PATCH 13/15] ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.2.7 | datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | docker | ghcr.io/renovatebot/renovate | 43.2.6 | 43.2.7 | --- .github/workflows/build.yml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23c00aac..a3efd8a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: - RENOVATE_VERSION: 43.2.6 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate + RENOVATE_VERSION: 43.2.7 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate jobs: prepare: @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 container: - image: ghcr.io/renovatebot/renovate:43.2.6@sha256:0a83e26805d8da93b699e3bcc050151b78a6e59c534ecb5d1fda1a552932731b + image: ghcr.io/renovatebot/renovate:43.2.7@sha256:de2375286a39a7f78ba271c4d0a704b0012c7f5841cc06089a2ec301b7ad2b61 # github hosted runners are running as `1001:127` (ubuntu:docker) options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127 diff --git a/README.md b/README.md index e19afeb6..46db9a64 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ The Renovate version to use. If omitted the action will use the [`default version`](./action.yml#L28) Docker tag. Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags). -This sample will use `ghcr.io/renovatebot/renovate:43.2.6` image. +This sample will use `ghcr.io/renovatebot/renovate:43.2.7` image. ```yml .... @@ -235,7 +235,7 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v46.0.1 with: - renovate-version: 43.2.6 + renovate-version: 43.2.7 token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -516,7 +516,7 @@ jobs: with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} - renovate-version: 43.2.6 + renovate-version: 43.2.7 env: # This enables the cache -- if this is set, it's not necessary to add it to renovate.json. RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }} From d638fa79018a6a7ffa5593308c76c9a01762c482 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 11:25:29 +0000 Subject: [PATCH 14/15] ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.2.8 | datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | docker | ghcr.io/renovatebot/renovate | 43.2.7 | 43.2.8 | --- .github/workflows/build.yml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3efd8a6..b3ae2c07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: - RENOVATE_VERSION: 43.2.7 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate + RENOVATE_VERSION: 43.2.8 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate jobs: prepare: @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 container: - image: ghcr.io/renovatebot/renovate:43.2.7@sha256:de2375286a39a7f78ba271c4d0a704b0012c7f5841cc06089a2ec301b7ad2b61 + image: ghcr.io/renovatebot/renovate:43.2.8@sha256:98c1658c8c34bd09983b12440d77e0bff7e4b05753db17888a993c1445382d12 # github hosted runners are running as `1001:127` (ubuntu:docker) options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127 diff --git a/README.md b/README.md index 46db9a64..7dc717ee 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ The Renovate version to use. If omitted the action will use the [`default version`](./action.yml#L28) Docker tag. Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags). -This sample will use `ghcr.io/renovatebot/renovate:43.2.7` image. +This sample will use `ghcr.io/renovatebot/renovate:43.2.8` image. ```yml .... @@ -235,7 +235,7 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v46.0.1 with: - renovate-version: 43.2.7 + renovate-version: 43.2.8 token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -516,7 +516,7 @@ jobs: with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} - renovate-version: 43.2.7 + renovate-version: 43.2.8 env: # This enables the cache -- if this is set, it's not necessary to add it to renovate.json. RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }} From 7d877f2b0e564dbd54c456d96ff1c85894d65c10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 15:46:14 +0000 Subject: [PATCH 15/15] ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.3.0 (#1015) | datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | docker | ghcr.io/renovatebot/renovate | 43.2.8 | 43.3.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3ae2c07..40044ac3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: - RENOVATE_VERSION: 43.2.8 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate + RENOVATE_VERSION: 43.3.0 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate jobs: prepare: @@ -117,7 +117,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 container: - image: ghcr.io/renovatebot/renovate:43.2.8@sha256:98c1658c8c34bd09983b12440d77e0bff7e4b05753db17888a993c1445382d12 + image: ghcr.io/renovatebot/renovate:43.3.0@sha256:2cb09178b7a284ed97e4a94a65404daa4d7af8751d50c2c8352576cfced76050 # github hosted runners are running as `1001:127` (ubuntu:docker) options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127 diff --git a/README.md b/README.md index 7dc717ee..4240e54e 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ The Renovate version to use. If omitted the action will use the [`default version`](./action.yml#L28) Docker tag. Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags). -This sample will use `ghcr.io/renovatebot/renovate:43.2.8` image. +This sample will use `ghcr.io/renovatebot/renovate:43.3.0` image. ```yml .... @@ -235,7 +235,7 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v46.0.1 with: - renovate-version: 43.2.8 + renovate-version: 43.3.0 token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -516,7 +516,7 @@ jobs: with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} - renovate-version: 43.2.8 + renovate-version: 43.3.0 env: # This enables the cache -- if this is set, it's not necessary to add it to renovate.json. RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}