Skip to content

Update all minor and patch github action updates#29

Open
renovate[bot] wants to merge 1 commit intostagingfrom
renovate/all-minor-and-patch-github-action-updates
Open

Update all minor and patch github action updates#29
renovate[bot] wants to merge 1 commit intostagingfrom
renovate/all-minor-and-patch-github-action-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 27, 2025

This PR contains the following updates:

Package Type Update Change Pending
Mattraks/delete-workflow-runs (changelog) action digest e284f4ebd2822c
actions/checkout (changelog) action digest 8e8c483de0fac2
actions/setup-go (changelog) action digest 7a3fe6c4b73464
actions/setup-node (changelog) action digest 2028fbc53b8394
docker/build-push-action (changelog) action digest 263435310e90e3
docker/setup-buildx-action (changelog) action digest e4681718d2750c
golangci/golangci-lint uses-with minor v2.6v2.11.1 v2.11.4 (+2)

Release Notes

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

v2.11.1

Compare Source

Released on 2026-03-06

Due to an error related to AUR, some artifacts of the v2.11.0 release have not been published.

This release contains the same things as v2.11.0.

v2.11.0

Compare Source

Released on 2026-03-06

  1. Linters new features or changes
    • errcheck: from 1.9.0 to 1.10.0 (exclude crypto/rand.Read by default)
    • gosec: from 2.23.0 to 2.24.6 (new rules: G113, G118, G119, G120, G121, G122, G123, G408, G707)
    • noctx: from 0.4.0 to 0.5.0 (new detection: httptest.NewRequestWithContext)
    • prealloc: from 1.0.2 to 1.1.0
    • revive: from 1.14.0 to 1.15.0 (⚠️ Breaking change: package-related checks moved from var-naming to a new rule package-naming)
  2. Linters bug fixes
    • gocognit: from 1.2.0 to 1.2.1
    • gosec: from 2.24.6 to 2.24.7
    • unqueryvet: from 1.5.3 to 1.5.4

v2.10.1

Compare Source

Released on 2026-02-17

  1. Fixes
    • buildssa panic

v2.10.0

Compare Source

Released on 2026-02-17

  1. Linters new features or changes
    • ginkgolinter: from 0.22.0 to 0.23.0
    • gosec: from 2.22.11 to 2.23.0 (new rules: G117, G602, G701, G702, G703, G704, G705, G706)
    • staticcheck: from 0.6.1 to 0.7.0
  2. Linters bug fixes
    • godoclint: from 0.11.1 to 0.11.2

v2.9.0

Compare Source

Released on 2026-02-10

  1. Enhancements
    • 🎉 go1.26 support
  2. Linters new features or changes
    • arangolint: from 0.3.1 to 0.4.0 (new rule: detect potential query injections)
    • ginkgolinter: from 0.21.2 to 0.22.0 (support for wrappers)
    • golines: from 0.14.0 to 0.15.0
    • misspell: from 0.7.0 to 0.8.0
    • unqueryvet: from 1.4.0 to 1.5.3 (new options: check-n1, check-sql-injection, check-tx-leaks, allow, custom-rules)
    • wsl: from 5.3.0 to 5.6.0 (new rule: after-block)
  3. Linters bug fixes
    • modernize: from 0.41.0 to 0.42.0
    • prealloc: from 1.0.1 to 1.0.2
    • protogetter: from 0.3.18 to 0.3.20
  4. Misc.
    • Log information about files when configuration verification
    • Emit an error when no linters enabled
    • Do not collect VCS information when loading code

v2.8.0

Compare Source

Released on 2026-01-07

  1. Linters new features or changes
    • godoc-lint: from 0.10.2 to 0.11.1 (new rule: require-stdlib-doclink)
    • golines: from 442fd00 to 0.14.0
    • gomoddirectives: from 0.7.1 to 0.8.0
    • gosec: from daccba6 to 2.22.11 (new rule: G116)
    • modernize: from 0.39.0 to 0.40.0 (new analyzers: stringscut, unsafefuncs)
    • prealloc: from 1.0.0 to 1.0.1 (message changes)
    • unqueryvet: from 1.3.0 to 1.4.0 (new options: check-aliased-wildcard, check-string-concat, check-format-strings, check-string-builder, check-subqueries, ignored-functions, sql-builders)
  2. Linters bug fixes
    • go-critic: from 0.14.2 to 0.14.3
    • go-errorlint: from 1.8.0 to 1.9.0
    • govet: from 0.39.0 to 0.40.0
    • protogetter: from 0.3.17 to 0.3.18
    • revive: add missing enable-default-rules setting
  3. Documentation
    • docs: split installation page

v2.7.2

Compare Source

Released on 2025-12-07

  1. Linter bug fixes

v2.7.1

Compare Source

Released on 2025-12-04

  1. Linter bug fixes
    • modernize: disable stringscut analyzer

v2.7.0

Compare Source

  1. Bug fixes
    • fix: clone args used by custom command
  2. Linters new features or changes
    • no-sprintf-host-port: from 0.2.0 to 0.3.1 (ignore string literals without a colon)
    • unqueryvet: from 1.2.1 to 1.3.0 (handles const and var declarations)
    • revive: from 1.12.0 to 1.13.0 (new option: enable-default-rules, new rules: forbidden-call-in-wg-go, unnecessary-if, inefficient-map-lookup)
    • modernize: from 0.38.0 to 0.39.0 (new analyzers: plusbuild, stringscut)
  3. Linters bug fixes
    • perfsprint: from 0.10.0 to 0.10.1
    • wrapcheck: from 2.11.0 to 2.12.0
    • godoc-lint: from 0.10.1 to 0.10.2
  4. Misc.
    • Add some flags to the custom command
  5. Documentation
    • docs: split changelog v1 and v2

Configuration

📅 Schedule: Branch creation - Between 10:00 AM and 06:59 PM ( * 10-18 * * * ) in timezone America/Chicago, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-and-patch-github-action-updates branch from 5484fda to 18daa9d Compare October 28, 2025 01:48
@renovate renovate bot changed the title Update Mattraks/delete-workflow-runs digest to ab48244 Update Mattraks/delete-workflow-runs digest to 0073229 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-github-action-updates branch from 18daa9d to 87185a6 Compare November 1, 2025 04:57
@renovate renovate bot changed the title Update Mattraks/delete-workflow-runs digest to 0073229 Update Mattraks/delete-workflow-runs digest to 86d29a7 Nov 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-github-action-updates branch from 87185a6 to da1dfc2 Compare November 8, 2025 09:08
@renovate renovate bot changed the title Update Mattraks/delete-workflow-runs digest to 86d29a7 Update Mattraks/delete-workflow-runs digest to 63b223f Nov 8, 2025
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-github-action-updates branch from da1dfc2 to 356fc9f Compare November 10, 2025 06:36
@renovate renovate bot changed the title Update Mattraks/delete-workflow-runs digest to 63b223f Update Mattraks/delete-workflow-runs digest to 5bf9a1d Nov 10, 2025
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-github-action-updates branch from 356fc9f to 1d7c524 Compare November 18, 2025 03:49
@renovate renovate bot changed the title Update Mattraks/delete-workflow-runs digest to 5bf9a1d Update all minor and patch github action updates Nov 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-github-action-updates branch from 1d7c524 to 4c9e958 Compare December 3, 2025 07:05
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-github-action-updates branch from 4c9e958 to 481ef7a Compare December 19, 2025 10:46
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-github-action-updates branch 2 times, most recently from 1c131b2 to dabb930 Compare January 15, 2026 05:33
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-github-action-updates branch from dabb930 to 9d79593 Compare January 28, 2026 15:31
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-github-action-updates branch 5 times, most recently from dc914ef to 7223f1c Compare February 12, 2026 10:43
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-github-action-updates branch 2 times, most recently from ee177ad to a4b47bb Compare February 14, 2026 15:01
@renovate renovate bot changed the base branch from development to staging February 14, 2026 15:01
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-github-action-updates branch 2 times, most recently from 9be73eb to 0f6cd19 Compare February 26, 2026 05:41
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-github-action-updates branch 3 times, most recently from 2013240 to e8d7703 Compare March 10, 2026 18:52
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-github-action-updates branch from e8d7703 to f2607a4 Compare March 25, 2026 02:43
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-github-action-updates branch from f2607a4 to 68f182e Compare March 27, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants