Skip to content

build(deps): bump the dependencies group with 2 updates#1336

Merged
ldez merged 2 commits into
mainfrom
dependabot/npm_and_yarn/dependencies-e864851dcf
Jan 19, 2026
Merged

build(deps): bump the dependencies group with 2 updates#1336
ldez merged 2 commits into
mainfrom
dependabot/npm_and_yarn/dependencies-e864851dcf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 2 updates: @actions/cache and @types/node.

Updates @actions/cache from 5.0.2 to 5.0.3

Changelog

Sourced from @​actions/cache's changelog.

5.0.3

Prevent retries for rate limited cache operations 2243.

5.0.1

  • Fix Node.js 24 punycode deprecation warning by updating @azure/storage-blob from ^12.13.0 to ^12.29.1 #2213
  • Newer storage-blob uses @azure/core-rest-pipeline instead of deprecated @azure/core-http, which eliminates the transitive dependency on node-fetch@2whatwg-url@5tr46@0.0.3 that used the deprecated punycode module

5.0.0

  • Remove @azure/ms-rest-js dependency #2197
    • The TransferProgressEvent type is now imported from @azure/core-rest-pipeline instead of @azure/ms-rest-js
  • Bump @actions/core from ^1.11.1 to ^2.0.0 #2198
  • Bump @actions/exec from ^1.0.1 to ^2.0.0 #2198
  • Bump @actions/glob from ^0.1.0 to ^0.5.0 #2198
  • Bump @actions/http-client from ^2.1.1 to ^3.0.0 #2198
  • Bump @actions/io from ^1.0.1 to ^2.0.0 #2198
  • Add support for Node.js 24 #2110
  • Add node-fetch override to resolve audit vulnerabilities #2110

4.1.0

  • Remove client side 10GiB cache size limit check & update twirp client #2118

4.0.5

  • Reintroduce @​protobuf-ts/runtime-rpc as a runtime dependency #2113

4.0.4

⚠️ Faulty patch release. Upgrade to 4.0.5 instead.

  • Optimized cache dependencies by moving @protobuf-ts/plugin to dev dependencies #2106
  • Improved cache service availability determination for different cache service versions (v1 and v2) #2100
  • Enhanced server error handling: 5xx HTTP errors are now logged as errors instead of warnings #2099
  • Fixed cache hit logging to properly distinguish between exact key matches and restore key matches #2101

4.0.3

  • Added masking for Shared Access Signature (SAS) cache entry URLs #1982
  • Improved debugging by logging both the cache version alongside the keys requested when a cache restore fails #1994

4.0.2

  • Wrap create failures in ReserveCacheError #1966

4.0.1

  • Remove runtime dependency on twirp-ts #1947

... (truncated)

Commits

Updates @types/node from 25.0.6 to 25.0.9

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 19, 2026
@ldez

ldez commented Jan 19, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps the dependencies group with 2 updates: [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@actions/cache` from 5.0.2 to 5.0.3
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache)

Updates `@types/node` from 25.0.6 to 25.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@actions/cache"
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dependencies-e864851dcf branch from b762a62 to 92f9249 Compare January 19, 2026 10:49
@ldez ldez enabled auto-merge (squash) January 19, 2026 10:51
@ldez ldez merged commit a3a03ee into main Jan 19, 2026
63 checks passed
@ldez ldez deleted the dependabot/npm_and_yarn/dependencies-e864851dcf branch January 19, 2026 10:58
eleboucher pushed a commit to eleboucher/runner-k8s-plugin that referenced this pull request May 22, 2026
…0 → v9.2.1) (#54)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | action | patch | `v9.2.0` → `v9.2.1` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/10) for more information.

---

### Release Notes

<details>
<summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary>

### [`v9.2.1`](https://github.com/golangci/golangci-lint-action/releases/tag/v9.2.1)

[Compare Source](golangci/golangci-lint-action@v9.2.0...v9.2.1)

#### What's Changed

IMPORTANT: this is the first immutable release.

##### Changes

- chore: improve workflows by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;1394](golangci/golangci-lint-action#1394)

##### Dependencies

- build(deps-dev): bump the dev-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1325](golangci/golangci-lint-action#1325)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1326](golangci/golangci-lint-action#1326)
- build(deps): bump the dependencies group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1327](golangci/golangci-lint-action#1327)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1328](golangci/golangci-lint-action#1328)
- build(deps): bump [@&#8203;types/node](https://github.com/types/node) from 25.0.2 to 25.0.3 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1329](golangci/golangci-lint-action#1329)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1330](golangci/golangci-lint-action#1330)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1332](golangci/golangci-lint-action#1332)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1333](golangci/golangci-lint-action#1333)
- build(deps): bump the dependencies group with 6 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1334](golangci/golangci-lint-action#1334)
- build(deps-dev): bump the dev-dependencies group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1335](golangci/golangci-lint-action#1335)
- build(deps): bump the dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1336](golangci/golangci-lint-action#1336)
- build(deps-dev): bump the dev-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1337](golangci/golangci-lint-action#1337)
- build(deps): bump [@&#8203;types/node](https://github.com/types/node) from 25.0.9 to 25.0.10 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1338](golangci/golangci-lint-action#1338)
- build(deps): bump fast-xml-parser from 5.3.3 to 5.3.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1339](golangci/golangci-lint-action#1339)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1340](golangci/golangci-lint-action#1340)
- build(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1344](golangci/golangci-lint-action#1344)
- build(deps): bump fast-xml-parser from 5.3.4 to 5.3.6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1346](golangci/golangci-lint-action#1346)
- build(deps): bump minimatch by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1348](golangci/golangci-lint-action#1348)
- build(deps): bump minimatch from 3.1.3 to 3.1.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1350](golangci/golangci-lint-action#1350)
- build(deps): bump fast-xml-parser from 5.3.6 to 5.4.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1351](golangci/golangci-lint-action#1351)
- build(deps): bump fast-xml-parser from 5.4.1 to 5.5.6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1357](golangci/golangci-lint-action#1357)
- build(deps): bump fast-xml-parser from 5.5.6 to 5.5.7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1358](golangci/golangci-lint-action#1358)
- build(deps-dev): bump flatted from 3.3.3 to 3.4.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1359](golangci/golangci-lint-action#1359)
- build(deps): bump picomatch from 4.0.3 to 4.0.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1364](golangci/golangci-lint-action#1364)
- build(deps): bump yaml from 2.8.2 to 2.8.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1365](golangci/golangci-lint-action#1365)
- build(deps): bump brace-expansion by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1370](golangci/golangci-lint-action#1370)
- build(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;1374](golangci/golangci-lint-action#1374)
- build(deps): bump github/codeql-action from 4 to 4.35.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1384](golangci/golangci-lint-action#1384)
- build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1386](golangci/golangci-lint-action#1386)
- build(deps): bump github/codeql-action from 4.35.2 to 4.35.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1389](golangci/golangci-lint-action#1389)
- build(deps): bump github/codeql-action from 4.35.3 to 4.35.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1391](golangci/golangci-lint-action#1391)

**Full Changelog**: <golangci/golangci-lint-action@v9.2.0...v9.2.1>

</details>

---

### 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 this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwidHlwZS9wYXRjaCJdfQ==-->

Reviewed-on: https://git.erwanleboucher.dev/eleboucher/runner-k8s-plugin/pulls/54
eleboucher pushed a commit to eleboucher/apoci that referenced this pull request May 22, 2026
…0 → v9.2.1) (#48)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | action | patch | `v9.2.0` → `v9.2.1` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/9) for more information.

---

### Release Notes

<details>
<summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary>

### [`v9.2.1`](https://github.com/golangci/golangci-lint-action/releases/tag/v9.2.1)

[Compare Source](golangci/golangci-lint-action@v9.2.0...v9.2.1)

#### What's Changed

IMPORTANT: this is the first immutable release.

##### Changes

- chore: improve workflows by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;1394](golangci/golangci-lint-action#1394)

##### Dependencies

- build(deps-dev): bump the dev-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1325](golangci/golangci-lint-action#1325)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1326](golangci/golangci-lint-action#1326)
- build(deps): bump the dependencies group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1327](golangci/golangci-lint-action#1327)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1328](golangci/golangci-lint-action#1328)
- build(deps): bump [@&#8203;types/node](https://github.com/types/node) from 25.0.2 to 25.0.3 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1329](golangci/golangci-lint-action#1329)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1330](golangci/golangci-lint-action#1330)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1332](golangci/golangci-lint-action#1332)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1333](golangci/golangci-lint-action#1333)
- build(deps): bump the dependencies group with 6 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1334](golangci/golangci-lint-action#1334)
- build(deps-dev): bump the dev-dependencies group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1335](golangci/golangci-lint-action#1335)
- build(deps): bump the dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1336](golangci/golangci-lint-action#1336)
- build(deps-dev): bump the dev-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1337](golangci/golangci-lint-action#1337)
- build(deps): bump [@&#8203;types/node](https://github.com/types/node) from 25.0.9 to 25.0.10 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1338](golangci/golangci-lint-action#1338)
- build(deps): bump fast-xml-parser from 5.3.3 to 5.3.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1339](golangci/golangci-lint-action#1339)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1340](golangci/golangci-lint-action#1340)
- build(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1344](golangci/golangci-lint-action#1344)
- build(deps): bump fast-xml-parser from 5.3.4 to 5.3.6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1346](golangci/golangci-lint-action#1346)
- build(deps): bump minimatch by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1348](golangci/golangci-lint-action#1348)
- build(deps): bump minimatch from 3.1.3 to 3.1.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1350](golangci/golangci-lint-action#1350)
- build(deps): bump fast-xml-parser from 5.3.6 to 5.4.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1351](golangci/golangci-lint-action#1351)
- build(deps): bump fast-xml-parser from 5.4.1 to 5.5.6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1357](golangci/golangci-lint-action#1357)
- build(deps): bump fast-xml-parser from 5.5.6 to 5.5.7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1358](golangci/golangci-lint-action#1358)
- build(deps-dev): bump flatted from 3.3.3 to 3.4.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1359](golangci/golangci-lint-action#1359)
- build(deps): bump picomatch from 4.0.3 to 4.0.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1364](golangci/golangci-lint-action#1364)
- build(deps): bump yaml from 2.8.2 to 2.8.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1365](golangci/golangci-lint-action#1365)
- build(deps): bump brace-expansion by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1370](golangci/golangci-lint-action#1370)
- build(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;1374](golangci/golangci-lint-action#1374)
- build(deps): bump github/codeql-action from 4 to 4.35.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1384](golangci/golangci-lint-action#1384)
- build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1386](golangci/golangci-lint-action#1386)
- build(deps): bump github/codeql-action from 4.35.2 to 4.35.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1389](golangci/golangci-lint-action#1389)
- build(deps): bump github/codeql-action from 4.35.3 to 4.35.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1391](golangci/golangci-lint-action#1391)

**Full Changelog**: <golangci/golangci-lint-action@v9.2.0...v9.2.1>

</details>

---

### 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 this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwidHlwZS9wYXRjaCJdfQ==-->

Reviewed-on: https://git.erwanleboucher.dev/eleboucher/apoci/pulls/48
eleboucher pushed a commit to eleboucher/talos-mcp that referenced this pull request May 22, 2026
…0 → v9.2.1) (#5)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | action | patch | `v9.2.0` → `v9.2.1` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/3) for more information.

---

### Release Notes

<details>
<summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary>

### [`v9.2.1`](https://github.com/golangci/golangci-lint-action/releases/tag/v9.2.1)

[Compare Source](golangci/golangci-lint-action@v9.2.0...v9.2.1)

#### What's Changed

IMPORTANT: this is the first immutable release.

##### Changes

- chore: improve workflows by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;1394](golangci/golangci-lint-action#1394)

##### Dependencies

- build(deps-dev): bump the dev-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1325](golangci/golangci-lint-action#1325)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1326](golangci/golangci-lint-action#1326)
- build(deps): bump the dependencies group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1327](golangci/golangci-lint-action#1327)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1328](golangci/golangci-lint-action#1328)
- build(deps): bump [@&#8203;types/node](https://github.com/types/node) from 25.0.2 to 25.0.3 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1329](golangci/golangci-lint-action#1329)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1330](golangci/golangci-lint-action#1330)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1332](golangci/golangci-lint-action#1332)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1333](golangci/golangci-lint-action#1333)
- build(deps): bump the dependencies group with 6 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1334](golangci/golangci-lint-action#1334)
- build(deps-dev): bump the dev-dependencies group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1335](golangci/golangci-lint-action#1335)
- build(deps): bump the dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1336](golangci/golangci-lint-action#1336)
- build(deps-dev): bump the dev-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1337](golangci/golangci-lint-action#1337)
- build(deps): bump [@&#8203;types/node](https://github.com/types/node) from 25.0.9 to 25.0.10 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1338](golangci/golangci-lint-action#1338)
- build(deps): bump fast-xml-parser from 5.3.3 to 5.3.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1339](golangci/golangci-lint-action#1339)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1340](golangci/golangci-lint-action#1340)
- build(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1344](golangci/golangci-lint-action#1344)
- build(deps): bump fast-xml-parser from 5.3.4 to 5.3.6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1346](golangci/golangci-lint-action#1346)
- build(deps): bump minimatch by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1348](golangci/golangci-lint-action#1348)
- build(deps): bump minimatch from 3.1.3 to 3.1.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1350](golangci/golangci-lint-action#1350)
- build(deps): bump fast-xml-parser from 5.3.6 to 5.4.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1351](golangci/golangci-lint-action#1351)
- build(deps): bump fast-xml-parser from 5.4.1 to 5.5.6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1357](golangci/golangci-lint-action#1357)
- build(deps): bump fast-xml-parser from 5.5.6 to 5.5.7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1358](golangci/golangci-lint-action#1358)
- build(deps-dev): bump flatted from 3.3.3 to 3.4.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1359](golangci/golangci-lint-action#1359)
- build(deps): bump picomatch from 4.0.3 to 4.0.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1364](golangci/golangci-lint-action#1364)
- build(deps): bump yaml from 2.8.2 to 2.8.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1365](golangci/golangci-lint-action#1365)
- build(deps): bump brace-expansion by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1370](golangci/golangci-lint-action#1370)
- build(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;1374](golangci/golangci-lint-action#1374)
- build(deps): bump github/codeql-action from 4 to 4.35.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1384](golangci/golangci-lint-action#1384)
- build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1386](golangci/golangci-lint-action#1386)
- build(deps): bump github/codeql-action from 4.35.2 to 4.35.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1389](golangci/golangci-lint-action#1389)
- build(deps): bump github/codeql-action from 4.35.3 to 4.35.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1391](golangci/golangci-lint-action#1391)

**Full Changelog**: <golangci/golangci-lint-action@v9.2.0...v9.2.1>

</details>

---

### 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 this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwidHlwZS9wYXRjaCJdfQ==-->

Reviewed-on: https://git.erwanleboucher.dev/eleboucher/talos-mcp/pulls/5
eleboucher pushed a commit to eleboucher/forgesync that referenced this pull request Jun 7, 2026
…0 → v9.2.1) (#3)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | action | patch | `v9.2.0` → `v9.2.1` |

---

### Release Notes

<details>
<summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary>

### [`v9.2.1`](https://github.com/golangci/golangci-lint-action/releases/tag/v9.2.1)

[Compare Source](golangci/golangci-lint-action@v9.2.0...v9.2.1)

#### What's Changed

IMPORTANT: this is the first immutable release.

##### Changes

- chore: improve workflows by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;1394](golangci/golangci-lint-action#1394)

##### Dependencies

- build(deps-dev): bump the dev-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1325](golangci/golangci-lint-action#1325)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1326](golangci/golangci-lint-action#1326)
- build(deps): bump the dependencies group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1327](golangci/golangci-lint-action#1327)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1328](golangci/golangci-lint-action#1328)
- build(deps): bump [@&#8203;types/node](https://github.com/types/node) from 25.0.2 to 25.0.3 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1329](golangci/golangci-lint-action#1329)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1330](golangci/golangci-lint-action#1330)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1332](golangci/golangci-lint-action#1332)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1333](golangci/golangci-lint-action#1333)
- build(deps): bump the dependencies group with 6 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1334](golangci/golangci-lint-action#1334)
- build(deps-dev): bump the dev-dependencies group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1335](golangci/golangci-lint-action#1335)
- build(deps): bump the dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1336](golangci/golangci-lint-action#1336)
- build(deps-dev): bump the dev-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1337](golangci/golangci-lint-action#1337)
- build(deps): bump [@&#8203;types/node](https://github.com/types/node) from 25.0.9 to 25.0.10 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1338](golangci/golangci-lint-action#1338)
- build(deps): bump fast-xml-parser from 5.3.3 to 5.3.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1339](golangci/golangci-lint-action#1339)
- build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1340](golangci/golangci-lint-action#1340)
- build(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1344](golangci/golangci-lint-action#1344)
- build(deps): bump fast-xml-parser from 5.3.4 to 5.3.6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1346](golangci/golangci-lint-action#1346)
- build(deps): bump minimatch by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1348](golangci/golangci-lint-action#1348)
- build(deps): bump minimatch from 3.1.3 to 3.1.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1350](golangci/golangci-lint-action#1350)
- build(deps): bump fast-xml-parser from 5.3.6 to 5.4.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1351](golangci/golangci-lint-action#1351)
- build(deps): bump fast-xml-parser from 5.4.1 to 5.5.6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1357](golangci/golangci-lint-action#1357)
- build(deps): bump fast-xml-parser from 5.5.6 to 5.5.7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1358](golangci/golangci-lint-action#1358)
- build(deps-dev): bump flatted from 3.3.3 to 3.4.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1359](golangci/golangci-lint-action#1359)
- build(deps): bump picomatch from 4.0.3 to 4.0.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1364](golangci/golangci-lint-action#1364)
- build(deps): bump yaml from 2.8.2 to 2.8.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1365](golangci/golangci-lint-action#1365)
- build(deps): bump brace-expansion by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1370](golangci/golangci-lint-action#1370)
- build(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;1374](golangci/golangci-lint-action#1374)
- build(deps): bump github/codeql-action from 4 to 4.35.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1384](golangci/golangci-lint-action#1384)
- build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1386](golangci/golangci-lint-action#1386)
- build(deps): bump github/codeql-action from 4.35.2 to 4.35.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1389](golangci/golangci-lint-action#1389)
- build(deps): bump github/codeql-action from 4.35.3 to 4.35.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1391](golangci/golangci-lint-action#1391)

**Full Changelog**: <golangci/golangci-lint-action@v9.2.0...v9.2.1>

</details>

---

### 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 this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwidHlwZS9wYXRjaCJdfQ==-->

Reviewed-on: https://git.erwanleboucher.dev/eleboucher/forgesync/pulls/3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant