From e6e004f2091a050bbd3a3e6574a014a128ebf338 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 14:15:52 +0000 Subject: [PATCH 1/9] chore(deps): update actions/cache action to v4.2.3 | datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.2.2 | v4.2.3 | --- .github/actions/setup-node/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml index 73b71fca..dd64b990 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -18,7 +18,7 @@ runs: }}' >> "$GITHUB_ENV" - name: ♻️ Restore `node_modules` - uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 + uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 id: node-modules-restore with: path: node_modules @@ -53,7 +53,7 @@ runs: - name: ♻️ Write `node_modules` cache if: inputs.save-cache == 'true' && env.CACHE_HIT != 'true' - uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 + uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: node_modules key: ${{ env.CACHE_KEY }} From b8e205e03ca4da0787dba7b4d9b32b0755e12a21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 15:16:24 +0000 Subject: [PATCH 2/9] chore(deps): update pnpm to v10.6.3 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | npm | pnpm | 10.6.2 | 10.6.3 | --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70cee654..f74cf8ec 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "typescript": "5.8.2", "typescript-eslint": "8.26.1" }, - "packageManager": "pnpm@10.6.2", + "packageManager": "pnpm@10.6.3", "engines": { "node": "^20.9.0 || ^22.11.0", "pnpm": "^10.0.0" From bec027611e2999291e74cc64de4b278d92acf1b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 15:21:18 +0000 Subject: [PATCH 3/9] chore(deps): update dependency lint-staged to v15.5.0 | datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | npm | lint-staged | 15.4.3 | 15.5.0 | --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f74cf8ec..a9fc0a21 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-plugin-json": "4.0.1", "globals": "16.0.0", "husky": "9.1.7", - "lint-staged": "15.4.3", + "lint-staged": "15.5.0", "npm-run-all2": "7.0.2", "prettier": "3.5.3", "prettier-plugin-packagejson": "2.5.10", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9ce05032..e53b2981 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -67,8 +67,8 @@ importers: specifier: 9.1.7 version: 9.1.7 lint-staged: - specifier: 15.4.3 - version: 15.4.3 + specifier: 15.5.0 + version: 15.5.0 npm-run-all2: specifier: 7.0.2 version: 7.0.2 @@ -1395,8 +1395,8 @@ packages: lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - lint-staged@15.4.3: - resolution: {integrity: sha512-FoH1vOeouNh1pw+90S+cnuoFwRfUD9ijY2GKy5h7HS3OR7JVir2N2xrsa0+Twc1B7cW72L+88geG5cW4wIhn7g==} + lint-staged@15.5.0: + resolution: {integrity: sha512-WyCzSbfYGhK7cU+UuDDkzUiytbfbi0ZdPy2orwtM75P3WTtQBzmG40cCxIa8Ii2+XjfxzLH6Be46tUfWS85Xfg==} engines: {node: '>=18.12.0'} hasBin: true @@ -3648,7 +3648,7 @@ snapshots: lines-and-columns@1.2.4: {} - lint-staged@15.4.3: + lint-staged@15.5.0: dependencies: chalk: 5.4.1 commander: 13.1.0 From be6cc0832ebde94b28955b5cc8ffa352fde5fbf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 16:16:24 +0000 Subject: [PATCH 4/9] ci(deps): update renovate docker tag to v39.211.2 | datasource | package | from | to | | ---------- | ---------------------------- | -------- | -------- | | docker | ghcr.io/renovatebot/renovate | 39.207.2 | 39.211.2 | --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa6e18a5..f0de526a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: - RENOVATE_VERSION: 39.207.2 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate + RENOVATE_VERSION: 39.211.2 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate jobs: prepare: From d8ed84afc54d3e5084a9df910e22bd7d7699823a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 19:15:57 +0000 Subject: [PATCH 5/9] ci(deps): update renovate docker tag to v39.212.0 | datasource | package | from | to | | ---------- | ---------------------------- | -------- | -------- | | docker | ghcr.io/renovatebot/renovate | 39.211.2 | 39.212.0 | --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0de526a..cb72d8e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: - RENOVATE_VERSION: 39.211.2 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate + RENOVATE_VERSION: 39.212.0 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate jobs: prepare: From dd4ff22f2f73bc58f21b85897e011ff3801db944 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 00:15:46 +0000 Subject: [PATCH 6/9] docs: update references to renovatebot/github-action to v41.0.16 | datasource | package | from | to | | --------------- | ------------------------- | -------- | -------- | | github-releases | renovatebot/github-action | v41.0.15 | v41.0.16 | | github-tags | renovatebot/github-action | v41.0.15 | v41.0.16 | --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index c332a797..0573a290 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.15 + uses: renovatebot/github-action@v41.0.16 with: docker-cmd-file: .github/renovate-entrypoint.sh docker-user: root @@ -143,7 +143,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.15 + uses: renovatebot/github-action@v41.0.16 with: token: ${{ secrets.RENOVATE_TOKEN }} docker-volumes: | @@ -194,7 +194,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.15 + uses: renovatebot/github-action@v41.0.16 with: renovate-image: myproxyhub.domain.com/renovate/renovate token: ${{ secrets.RENOVATE_TOKEN }} @@ -211,7 +211,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.15 + uses: renovatebot/github-action@v41.0.16 with: token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -233,7 +233,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.15 + uses: renovatebot/github-action@v41.0.16 with: renovate-version: 39.205.1 token: ${{ secrets.RENOVATE_TOKEN }} @@ -250,7 +250,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.15 + uses: renovatebot/github-action@v41.0.16 with: renovate-version: full token: ${{ secrets.RENOVATE_TOKEN }} @@ -285,7 +285,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.15 + uses: renovatebot/github-action@v41.0.16 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@v41.0.15 + uses: renovatebot/github-action@v41.0.16 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -343,7 +343,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.15 + uses: renovatebot/github-action@v41.0.16 with: configurationFile: example/renovate-config.js token: '${{ steps.get_token.outputs.token }}' @@ -358,7 +358,7 @@ For example: ```yaml - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.15 + uses: renovatebot/github-action@v41.0.16 with: token: '${{ steps.get_token.outputs.token }}' env: @@ -382,7 +382,7 @@ For example if you wish to pass through some credentials for a [host rule](https - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.15 + uses: renovatebot/github-action@v41.0.16 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -419,7 +419,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.15 + uses: renovatebot/github-action@v41.0.16 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -510,7 +510,7 @@ jobs: sudo chown -R 12021:0 /tmp/renovate/ ls -R $cache_dir - - uses: renovatebot/github-action@v41.0.15 + - uses: renovatebot/github-action@v41.0.16 with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} @@ -548,7 +548,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th ```yml - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.15 + uses: renovatebot/github-action@v41.0.16 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} From 5048e7e7f56f63635af5f4cd795b5a90cbec5ff5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 01:16:17 +0000 Subject: [PATCH 7/9] docs: update references to ghcr.io/renovatebot/renovate to v39.212.0 | datasource | package | from | to | | ---------- | ---------------------------- | -------- | -------- | | docker | ghcr.io/renovatebot/renovate | 39.205.1 | 39.212.0 | --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0573a290..a70a1e96 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:39.205.1` image. +This sample will use `ghcr.io/renovatebot/renovate:39.212.0` image. ```yml .... @@ -235,7 +235,7 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v41.0.16 with: - renovate-version: 39.205.1 + renovate-version: 39.212.0 token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -514,7 +514,7 @@ jobs: with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} - renovate-version: 39.205.1 + renovate-version: 39.212.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 d8fb9a05afe9677cd1db7fcce982060dd2927817 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 02:16:33 +0000 Subject: [PATCH 8/9] build(deps): lock file maintenance --- pnpm-lock.yaml | 114 ++++++++++++++++++++++++------------------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e53b2981..6fde0a77 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -358,8 +358,8 @@ packages: resolution: {integrity: sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/eslintrc@3.3.0': - resolution: {integrity: sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==} + '@eslint/eslintrc@3.3.1': + resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/js@9.22.0': @@ -430,23 +430,23 @@ packages: resolution: {integrity: sha512-n57hXtOoHrhwTWdvhVkdJHdhTv0JstjDbDRhJfwIRNfFqmSo1DaK/mD2syoNUoLCyqSjBpGAKOG0BuwF392slw==} engines: {node: '>= 18'} - '@octokit/openapi-types@23.0.1': - resolution: {integrity: sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==} + '@octokit/openapi-types@24.2.0': + resolution: {integrity: sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==} - '@octokit/plugin-paginate-rest@11.4.3': - resolution: {integrity: sha512-tBXaAbXkqVJlRoA/zQVe9mUdb8rScmivqtpv3ovsC5xhje/a+NOCivs7eUhWBwCApJVsR4G5HMeaLbq7PxqZGA==} + '@octokit/plugin-paginate-rest@11.6.0': + resolution: {integrity: sha512-n5KPteiF7pWKgBIBJSk8qzoZWcUkza2O6A0za97pMGVrGfPdltxrfmfF5GucHYvHGZD8BdaZmmHGz5cX/3gdpw==} engines: {node: '>= 18'} peerDependencies: '@octokit/core': '>=6' - '@octokit/plugin-retry@7.1.4': - resolution: {integrity: sha512-7AIP4p9TttKN7ctygG4BtR7rrB0anZqoU9ThXFk8nETqIfvgPUANTSYHqWYknK7W3isw59LpZeLI8pcEwiJdRg==} + '@octokit/plugin-retry@7.2.0': + resolution: {integrity: sha512-psMbEYb/Fh+V+ZaFo8J16QiFz4sVTv3GntCSU+hYqzHiMdc3P+hhHLVv+dJt0PGIPAGoIA5u+J2DCJdK6lEPsQ==} engines: {node: '>= 18'} peerDependencies: '@octokit/core': '>=6' - '@octokit/plugin-throttling@9.4.0': - resolution: {integrity: sha512-IOlXxXhZA4Z3m0EEYtrrACkuHiArHLZ3CvqWwOez/pURNqRuwfoFlTPbN5Muf28pzFuztxPyiUiNwz8KctdZaQ==} + '@octokit/plugin-throttling@9.6.0': + resolution: {integrity: sha512-zn7m1N3vpJDaVzLqjCRdJ0cRzNiekHEWPi8Ww9xyPNrDt5PStHvVE0eR8wy4RSU8Eg7YO8MHyvn6sv25EGVhhg==} engines: {node: '>= 18'} peerDependencies: '@octokit/core': ^6.1.3 @@ -459,11 +459,11 @@ packages: resolution: {integrity: sha512-dZl0ZHx6gOQGcffgm1/Sf6JfEpmh34v3Af2Uci02vzUYz6qEN6zepoRtmybWXIGXFIK8K9ylE3b+duCWqhArtg==} engines: {node: '>= 18'} - '@octokit/types@13.8.0': - resolution: {integrity: sha512-x7DjTIbEpEWXK99DMd01QfWy0hd5h4EN+Q7shkdKds3otGQP+oWE/y0A76i1OvH9fygo4ddvNf7ZvF0t78P98A==} + '@octokit/types@13.10.0': + resolution: {integrity: sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==} - '@pkgr/core@0.1.1': - resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} + '@pkgr/core@0.1.2': + resolution: {integrity: sha512-fdDH1LSGfZdTH2sxdpVMw31BanV28K/Gry0cVFxaNP77neJSkd82mM8ErPNYs9e+0O7SdHBLTDzDgwUuy18RnQ==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} '@pnpm/config.env-replace@1.1.0': @@ -1243,8 +1243,8 @@ packages: resolution: {integrity: sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==} engines: {node: '>=12'} - index-to-position@0.1.2: - resolution: {integrity: sha512-MWDKS3AS1bGCHLBA2VLImJz42f7bJh8wQsTGCzI3j519/CASStoDONUBVz2I/VID0MpiX3SGSnbOD2xUalbE5g==} + index-to-position@1.0.0: + resolution: {integrity: sha512-sCO7uaLVhRJ25vz1o8s9IFM3nVS4DkuQnyjMwiQPKvQuBYBDmb8H7zx8ki7nVh4HJQOdVWebyvLE0qt+clruxA==} engines: {node: '>=18'} inherits@2.0.4: @@ -1754,8 +1754,8 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} - parse-json@8.1.0: - resolution: {integrity: sha512-rum1bPifK5SSar35Z6EKZuYPJx85pkNaFrxBK3mwdfSJ1/WKbYrjoW/zTPSjRRamfmVX1ACBIdFAO0VRErW/EA==} + parse-json@8.2.0: + resolution: {integrity: sha512-eONBZy4hm2AgxjNFd8a4nyDJnzUAH0g34xSQAwWEVGCjdZ4ZL7dKZBfq267GWP/JaS9zW62Xs2FeAdDvpHHJGQ==} engines: {node: '>=18'} parse-ms@4.0.0: @@ -2130,8 +2130,8 @@ packages: resolution: {integrity: sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==} engines: {node: '>= 0.4'} - ts-api-utils@2.0.1: - resolution: {integrity: sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==} + ts-api-utils@2.1.0: + resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==} engines: {node: '>=18.12'} peerDependencies: typescript: '>=4.8.4' @@ -2179,8 +2179,8 @@ packages: undici-types@6.19.8: resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} - undici@5.28.5: - resolution: {integrity: sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==} + undici@5.29.0: + resolution: {integrity: sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==} engines: {node: '>=14.0'} unicode-emoji-modifier-base@1.0.0: @@ -2296,8 +2296,8 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - yocto-queue@1.2.0: - resolution: {integrity: sha512-KHBC7z61OJeaMGnF3wqNZj+GGNXOyypZviiKpQeiHirG5Ib1ImwcLBH70rbMSkKfSmUNBsdf2PwaEJtKvgmkNw==} + yocto-queue@1.2.1: + resolution: {integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==} engines: {node: '>=12.20'} yoctocolors@2.1.1: @@ -2318,7 +2318,7 @@ snapshots: '@actions/http-client@2.2.3': dependencies: tunnel: 0.0.6 - undici: 5.28.5 + undici: 5.29.0 '@actions/io@1.1.3': {} @@ -2539,7 +2539,7 @@ snapshots: dependencies: '@types/json-schema': 7.0.15 - '@eslint/eslintrc@3.3.0': + '@eslint/eslintrc@3.3.1': dependencies: ajv: 6.12.6 debug: 4.4.0 @@ -2606,58 +2606,58 @@ snapshots: '@octokit/graphql': 8.2.1 '@octokit/request': 9.2.2 '@octokit/request-error': 6.1.7 - '@octokit/types': 13.8.0 + '@octokit/types': 13.10.0 before-after-hook: 3.0.2 universal-user-agent: 7.0.2 '@octokit/endpoint@10.1.3': dependencies: - '@octokit/types': 13.8.0 + '@octokit/types': 13.10.0 universal-user-agent: 7.0.2 '@octokit/graphql@8.2.1': dependencies: '@octokit/request': 9.2.2 - '@octokit/types': 13.8.0 + '@octokit/types': 13.10.0 universal-user-agent: 7.0.2 - '@octokit/openapi-types@23.0.1': {} + '@octokit/openapi-types@24.2.0': {} - '@octokit/plugin-paginate-rest@11.4.3(@octokit/core@6.1.4)': + '@octokit/plugin-paginate-rest@11.6.0(@octokit/core@6.1.4)': dependencies: '@octokit/core': 6.1.4 - '@octokit/types': 13.8.0 + '@octokit/types': 13.10.0 - '@octokit/plugin-retry@7.1.4(@octokit/core@6.1.4)': + '@octokit/plugin-retry@7.2.0(@octokit/core@6.1.4)': dependencies: '@octokit/core': 6.1.4 '@octokit/request-error': 6.1.7 - '@octokit/types': 13.8.0 + '@octokit/types': 13.10.0 bottleneck: 2.19.5 - '@octokit/plugin-throttling@9.4.0(@octokit/core@6.1.4)': + '@octokit/plugin-throttling@9.6.0(@octokit/core@6.1.4)': dependencies: '@octokit/core': 6.1.4 - '@octokit/types': 13.8.0 + '@octokit/types': 13.10.0 bottleneck: 2.19.5 '@octokit/request-error@6.1.7': dependencies: - '@octokit/types': 13.8.0 + '@octokit/types': 13.10.0 '@octokit/request@9.2.2': dependencies: '@octokit/endpoint': 10.1.3 '@octokit/request-error': 6.1.7 - '@octokit/types': 13.8.0 + '@octokit/types': 13.10.0 fast-content-type-parse: 2.0.1 universal-user-agent: 7.0.2 - '@octokit/types@13.8.0': + '@octokit/types@13.10.0': dependencies: - '@octokit/openapi-types': 23.0.1 + '@octokit/openapi-types': 24.2.0 - '@pkgr/core@0.1.1': {} + '@pkgr/core@0.1.2': {} '@pnpm/config.env-replace@1.1.0': {} @@ -2708,9 +2708,9 @@ snapshots: '@semantic-release/github@11.0.1(semantic-release@24.2.3(typescript@5.8.2))': dependencies: '@octokit/core': 6.1.4 - '@octokit/plugin-paginate-rest': 11.4.3(@octokit/core@6.1.4) - '@octokit/plugin-retry': 7.1.4(@octokit/core@6.1.4) - '@octokit/plugin-throttling': 9.4.0(@octokit/core@6.1.4) + '@octokit/plugin-paginate-rest': 11.6.0(@octokit/core@6.1.4) + '@octokit/plugin-retry': 7.2.0(@octokit/core@6.1.4) + '@octokit/plugin-throttling': 9.6.0(@octokit/core@6.1.4) '@semantic-release/error': 4.0.0 aggregate-error: 5.0.0 debug: 4.4.0 @@ -2798,7 +2798,7 @@ snapshots: graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 2.0.1(typescript@5.8.2) + ts-api-utils: 2.1.0(typescript@5.8.2) typescript: 5.8.2 transitivePeerDependencies: - supports-color @@ -2826,7 +2826,7 @@ snapshots: '@typescript-eslint/utils': 8.26.1(eslint@9.22.0(jiti@2.4.2))(typescript@5.8.2) debug: 4.4.0 eslint: 9.22.0(jiti@2.4.2) - ts-api-utils: 2.0.1(typescript@5.8.2) + ts-api-utils: 2.1.0(typescript@5.8.2) typescript: 5.8.2 transitivePeerDependencies: - supports-color @@ -2842,7 +2842,7 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.7.1 - ts-api-utils: 2.0.1(typescript@5.8.2) + ts-api-utils: 2.1.0(typescript@5.8.2) typescript: 5.8.2 transitivePeerDependencies: - supports-color @@ -3208,7 +3208,7 @@ snapshots: '@eslint/config-array': 0.19.2 '@eslint/config-helpers': 0.1.0 '@eslint/core': 0.12.0 - '@eslint/eslintrc': 3.3.0 + '@eslint/eslintrc': 3.3.1 '@eslint/js': 9.22.0 '@eslint/plugin-kit': 0.2.7 '@humanfs/node': 0.16.6 @@ -3536,7 +3536,7 @@ snapshots: indent-string@5.0.0: {} - index-to-position@0.1.2: {} + index-to-position@1.0.0: {} inherits@2.0.4: {} @@ -3884,7 +3884,7 @@ snapshots: p-limit@4.0.0: dependencies: - yocto-queue: 1.2.0 + yocto-queue: 1.2.1 p-locate@2.0.0: dependencies: @@ -3924,10 +3924,10 @@ snapshots: json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 - parse-json@8.1.0: + parse-json@8.2.0: dependencies: '@babel/code-frame': 7.26.2 - index-to-position: 0.1.2 + index-to-position: 1.0.0 type-fest: 4.37.0 parse-ms@4.0.0: {} @@ -4019,7 +4019,7 @@ snapshots: dependencies: '@types/normalize-package-data': 2.4.4 normalize-package-data: 6.0.2 - parse-json: 8.1.0 + parse-json: 8.2.0 type-fest: 4.37.0 unicorn-magic: 0.1.0 @@ -4248,7 +4248,7 @@ snapshots: synckit@0.9.2: dependencies: - '@pkgr/core': 0.1.1 + '@pkgr/core': 0.1.2 tslib: 2.8.1 temp-dir@3.0.0: {} @@ -4294,7 +4294,7 @@ snapshots: traverse@0.6.8: {} - ts-api-utils@2.0.1(typescript@5.8.2): + ts-api-utils@2.1.0(typescript@5.8.2): dependencies: typescript: 5.8.2 @@ -4329,7 +4329,7 @@ snapshots: undici-types@6.19.8: {} - undici@5.28.5: + undici@5.29.0: dependencies: '@fastify/busboy': 2.1.1 @@ -4438,6 +4438,6 @@ snapshots: yocto-queue@0.1.0: {} - yocto-queue@1.2.0: {} + yocto-queue@1.2.1: {} yoctocolors@2.1.1: {} From af57dd60381a073b077064c8553125dfdb62a2cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 03:22:28 +0000 Subject: [PATCH 9/9] docs: update references to renovatebot/github-action to v41.0.17 | datasource | package | from | to | | ----------- | ------------------------- | -------- | -------- | | github-tags | renovatebot/github-action | v41.0.16 | v41.0.17 | --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index a70a1e96..6b7442ce 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.16 + uses: renovatebot/github-action@v41.0.17 with: docker-cmd-file: .github/renovate-entrypoint.sh docker-user: root @@ -143,7 +143,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.16 + uses: renovatebot/github-action@v41.0.17 with: token: ${{ secrets.RENOVATE_TOKEN }} docker-volumes: | @@ -194,7 +194,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.16 + uses: renovatebot/github-action@v41.0.17 with: renovate-image: myproxyhub.domain.com/renovate/renovate token: ${{ secrets.RENOVATE_TOKEN }} @@ -211,7 +211,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.16 + uses: renovatebot/github-action@v41.0.17 with: token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -233,7 +233,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.16 + uses: renovatebot/github-action@v41.0.17 with: renovate-version: 39.212.0 token: ${{ secrets.RENOVATE_TOKEN }} @@ -250,7 +250,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.16 + uses: renovatebot/github-action@v41.0.17 with: renovate-version: full token: ${{ secrets.RENOVATE_TOKEN }} @@ -285,7 +285,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.16 + uses: renovatebot/github-action@v41.0.17 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@v41.0.16 + uses: renovatebot/github-action@v41.0.17 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -343,7 +343,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.16 + uses: renovatebot/github-action@v41.0.17 with: configurationFile: example/renovate-config.js token: '${{ steps.get_token.outputs.token }}' @@ -358,7 +358,7 @@ For example: ```yaml - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.16 + uses: renovatebot/github-action@v41.0.17 with: token: '${{ steps.get_token.outputs.token }}' env: @@ -382,7 +382,7 @@ For example if you wish to pass through some credentials for a [host rule](https - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.16 + uses: renovatebot/github-action@v41.0.17 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -419,7 +419,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.16 + uses: renovatebot/github-action@v41.0.17 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -510,7 +510,7 @@ jobs: sudo chown -R 12021:0 /tmp/renovate/ ls -R $cache_dir - - uses: renovatebot/github-action@v41.0.16 + - uses: renovatebot/github-action@v41.0.17 with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} @@ -548,7 +548,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th ```yml - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.16 + uses: renovatebot/github-action@v41.0.17 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }}