Skip to content

build(deps): bump the dependencies group with 6 updates#1334

Merged
ldez merged 2 commits into
mainfrom
dependabot/npm_and_yarn/dependencies-da432818b8
Jan 12, 2026
Merged

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 6 updates:

Package From To
@actions/cache 5.0.1 5.0.2
@actions/core 2.0.1 2.0.2
@actions/github 6.0.1 7.0.0
@actions/http-client 3.0.0 3.0.1
@actions/tool-cache 2.0.2 3.0.0
@types/node 25.0.3 25.0.6

Updates @actions/cache from 5.0.1 to 5.0.2

Changelog

Sourced from @​actions/cache's changelog.

@​actions/cache Releases

Commits

Updates @actions/core from 2.0.1 to 2.0.2

Changelog

Sourced from @​actions/core's changelog.

@​actions/core Releases

Commits

Updates @actions/github from 6.0.1 to 7.0.0

Changelog

Sourced from @​actions/github's changelog.

7.0.0

  • Update to v3.0.1 of @actions/http-client
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​actions/github since your current version.


Updates @actions/http-client from 3.0.0 to 3.0.1

Changelog

Sourced from @​actions/http-client's changelog.

3.0.1

  • Add support for ACTIONS_ORCHESTRATION_ID in user-agent and default user-agent #2229
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​actions/http-client since your current version.


Updates @actions/tool-cache from 2.0.2 to 3.0.0

Changelog

Sourced from @​actions/tool-cache's changelog.

3.0.0

  • Update to v2.0.1 of @actions/core
  • Update to v2.0.0 of @actions/exec
  • Update to v3.0.1 of @actions/http-client
  • Update to v2.0.0 of @actions/io
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​actions/tool-cache since your current version.


Updates @types/node from 25.0.3 to 25.0.6

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 12, 2026
@ldez

ldez commented Jan 12, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) | `5.0.1` | `5.0.2` |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `2.0.1` | `2.0.2` |
| [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) | `6.0.1` | `7.0.0` |
| [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) | `3.0.0` | `3.0.1` |
| [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) | `2.0.2` | `3.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.3` | `25.0.6` |


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

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

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

Updates `@actions/http-client` from 3.0.0 to 3.0.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client)

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

Updates `@types/node` from 25.0.3 to 25.0.6
- [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.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@actions/core"
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@actions/github"
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@actions/http-client"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@actions/tool-cache"
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.6
  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-da432818b8 branch from 29932ed to 02ad056 Compare January 12, 2026 13:55
@ldez
ldez enabled auto-merge (squash) January 12, 2026 14:00
@ldez
ldez merged commit de73c35 into main Jan 12, 2026
63 checks passed
@ldez
ldez deleted the dependabot/npm_and_yarn/dependencies-da432818b8 branch January 12, 2026 14:07
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