chore(deps): update golangci/golangci-lint-action action to v9 #56

Open
CSRBot wants to merge 1 commits from renovate/golangci-golangci-lint-action-9.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
golangci/golangci-lint-action action major v8.0.0 -> v9.2.0

Release Notes

golangci/golangci-lint-action (golangci/golangci-lint-action)

v9.2.0

Compare Source

What's Changed

Changes
Dependencies

Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v9.1.0...v9.2.0

v9.1.0

Compare Source

What's Changed

Changes
Documentation
Dependencies

Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v9.0.0...v9.1.0

v9.0.0

Compare Source

In the scope of this release, we change Nodejs runtime from node20 to node24 (https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/).

What's Changed

Changes

Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v8.0.0...v9.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | action | major | `v8.0.0` -> `v9.2.0` | --- ### Release Notes <details> <summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary> ### [`v9.2.0`](https://github.com/golangci/golangci-lint-action/releases/tag/v9.2.0) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v9.1.0...v9.2.0) <!-- Release notes generated using configuration in .github/release.yml at v9.2.0 --> #### What's Changed ##### Changes - feat: add version-file option by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;1320](https://github.com/golangci/golangci-lint-action/pull/1320) - chore: move samples into fixtures by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;1321](https://github.com/golangci/golangci-lint-action/pull/1321) ##### Dependencies - build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1317](https://github.com/golangci/golangci-lint-action/pull/1317) - build(deps): bump actions/checkout from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1318](https://github.com/golangci/golangci-lint-action/pull/1318) - build(deps-dev): bump the dev-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1323](https://github.com/golangci/golangci-lint-action/pull/1323) - build(deps): bump yaml from 2.8.1 to 2.8.2 in the dependencies group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1324](https://github.com/golangci/golangci-lint-action/pull/1324) **Full Changelog**: <https://github.com/golangci/golangci-lint-action/compare/v9.1.0...v9.2.0> ### [`v9.1.0`](https://github.com/golangci/golangci-lint-action/releases/tag/v9.1.0) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v9.0.0...v9.1.0) <!-- Release notes generated using configuration in .github/release.yml at v9.1.0 --> #### What's Changed ##### Changes - feat: automatic module directories by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;1315](https://github.com/golangci/golangci-lint-action/pull/1315) ##### Documentation - docs: organize options by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;1314](https://github.com/golangci/golangci-lint-action/pull/1314) ##### Dependencies - build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1307](https://github.com/golangci/golangci-lint-action/pull/1307) - build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1309](https://github.com/golangci/golangci-lint-action/pull/1309) - build(deps-dev): bump the dev-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1310](https://github.com/golangci/golangci-lint-action/pull/1310) - build(deps): bump the dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1311](https://github.com/golangci/golangci-lint-action/pull/1311) **Full Changelog**: <https://github.com/golangci/golangci-lint-action/compare/v9.0.0...v9.1.0> ### [`v9.0.0`](https://github.com/golangci/golangci-lint-action/releases/tag/v9.0.0) [Compare Source](https://github.com/golangci/golangci-lint-action/compare/v8.0.0...v9.0.0) In the scope of this release, we change Nodejs runtime from node20 to node24 (<https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/>). #### What's Changed ##### Changes - feat: add install-only option by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;1305](https://github.com/golangci/golangci-lint-action/pull/1305) - feat: support Module Plugin System by [@&#8203;ldez](https://github.com/ldez) in [#&#8203;1306](https://github.com/golangci/golangci-lint-action/pull/1306) **Full Changelog**: <https://github.com/golangci/golangci-lint-action/compare/v8.0.0...v9.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2F1dG9tZXJnZSIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iXX0=-->
CSRBot added 1 commit 2025-11-08 03:07:30 +01:00
CSRBot added 2 commits 2025-11-21 18:07:03 +01:00
CSRBot added 2 commits 2025-12-03 03:06:57 +01:00
Some required checks are missing.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/golangci-golangci-lint-action-9.x:renovate/golangci-golangci-lint-action-9.x
git checkout renovate/golangci-golangci-lint-action-9.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: volker.raschek/getidev#56
No description provided.