From 591a854f4b53b49288dc65913b1854b88ea973cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 20:02:03 +0000 Subject: [PATCH] feat: bump the actions group across 1 directory with 9 updates Bumps the actions group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5` | `7` | | [actions/setup-go](https://github.com/actions/setup-go) | `6` | `7` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `8` | `9` | | [miniscruff/changie-action](https://github.com/miniscruff/changie-action) | `2` | `3` | | [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `6` | `7` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3` | `4` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2` | `3` | | [docker/login-action](https://github.com/docker/login-action) | `3` | `4` | Updates `actions/checkout` from 5 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v7) Updates `actions/setup-go` from 6 to 7 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6...v7) Updates `golangci/golangci-lint-action` from 8 to 9 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v8...v9) Updates `miniscruff/changie-action` from 2 to 3 - [Release notes](https://github.com/miniscruff/changie-action/releases) - [Changelog](https://github.com/miniscruff/changie-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/miniscruff/changie-action/compare/v2...v3) Updates `goreleaser/goreleaser-action` from 6 to 7 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v6...v7) Updates `docker/setup-qemu-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4) Updates `docker/setup-buildx-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4) Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: miniscruff/changie-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: goreleaser/goreleaser-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 36 ++++++++++++++++---------------- .github/workflows/release-pr.yml | 6 +++--- .github/workflows/release.yml | 16 +++++++------- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49988bf..bf81fb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,16 +28,16 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod # The linter set and its settings are pinned in .golangci.yml; only the # binary version is decided here. golangci-lint v2 is required — the config # file declares `version: "2"`. - - uses: golangci/golangci-lint-action@v8 + - uses: golangci/golangci-lint-action@v9 with: version: v2.12.2 @@ -57,9 +57,9 @@ jobs: - ubuntu-latest - macos-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod @@ -77,9 +77,9 @@ jobs: name: examples runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod @@ -96,9 +96,9 @@ jobs: # Makefile, so give the job enough room to report rather than be killed. timeout-minutes: 30 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod @@ -124,9 +124,9 @@ jobs: name: security runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod @@ -187,11 +187,11 @@ jobs: && !startsWith(github.head_ref, 'release/') && !contains(github.event.pull_request.labels.*.name, 'skip-changelog') steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: miniscruff/changie-action@v2 + - uses: miniscruff/changie-action@v3 with: version: latest args: --version @@ -227,11 +227,11 @@ jobs: # The trunk variant builds six targets and three images. timeout-minutes: 30 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod @@ -244,7 +244,7 @@ jobs: # (see the comment on it in .goreleaser.yaml), so the verdict is taken from # the message instead: "configuration is valid" is the pass condition, and # anything else — a bad key, a broken template — still fails the job. - - uses: goreleaser/goreleaser-action@v6 + - uses: goreleaser/goreleaser-action@v7 with: version: '~> v2' install-only: true @@ -274,10 +274,10 @@ jobs: # Dockerfile target that no longer exists — both of which would only # surface during a real release. Slower, and it belongs here rather than on # every PR. - - uses: docker/setup-qemu-action@v3 + - uses: docker/setup-qemu-action@v4 if: github.event_name == 'push' - - uses: docker/setup-buildx-action@v3 + - uses: docker/setup-buildx-action@v4 if: github.event_name == 'push' - name: goreleaser release --snapshot (trunk) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 7a5067f..bb076ae 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -45,19 +45,19 @@ jobs: # pushed as the bot too: a branch pushed with GITHUB_TOKEN does not trigger # workflows, and neither does a PR opened with it — the release PR would # then sit there with no CI on the very commit that gets tagged. - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ steps.app-token.outputs.token }} - - uses: miniscruff/changie-action@v2 + - uses: miniscruff/changie-action@v3 with: version: latest args: --version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50be920..1e20d0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,25 +43,25 @@ jobs: # so a misconfigured release stops before the tag exists. An earlier revision # let goreleaser skip the Homebrew upload with a warning nobody reads, and # v1.0.0 shipped with no formula in the tap. - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: fetch-depth: 0 # So the tag below is pushed by the bot, matching the author it is # stamped with and the identity that publishes everything downstream. token: ${{ steps.app-token.outputs.token }} - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: go.mod - - uses: miniscruff/changie-action@v2 + - uses: miniscruff/changie-action@v3 with: version: latest args: --version @@ -114,13 +114,13 @@ jobs: git push origin "$VERSION" # goreleaser reads the multi-arch images out of this builder. - - uses: docker/setup-qemu-action@v3 + - uses: docker/setup-qemu-action@v4 if: steps.version.outputs.skip == 'false' - - uses: docker/setup-buildx-action@v3 + - uses: docker/setup-buildx-action@v4 if: steps.version.outputs.skip == 'false' - - uses: docker/login-action@v3 + - uses: docker/login-action@v4 if: steps.version.outputs.skip == 'false' with: registry: ghcr.io @@ -129,7 +129,7 @@ jobs: - name: goreleaser release if: steps.version.outputs.skip == 'false' - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 with: version: '~> v2' args: release --clean --release-notes .changes/${{ steps.version.outputs.version }}.md