From 4f4df4c08a64d9073e986da51a21bf82feed612a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 Aug 2026 21:21:26 +0000 Subject: [PATCH] chore(deps): update workflow dependencies (minor & patch) (#182) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [alpine/helm](https://github.com/alpine-docker/helm) ([changelog](https://github.com/helm/helm)) | | patch | `4.2.3` → `4.2.4` | | | [alpine/helm](https://github.com/alpine-docker/helm) ([changelog](https://github.com/helm/helm)) | container | patch | `4.2.3` → `4.2.4` | | | [commitlint/commitlint](https://github.com/conventional-changelog/commitlint) | container | patch | `21.2.1` → `21.2.2` | | | [docker.io/thegeeklab/git-sv](https://github.com/thegeeklab/git-sv) | container | patch | `3.0.0` → `3.0.1` | | | [https://github.com/docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) ([changelog](https://github.com/docker/setup-buildx-action/compare/bb05f3f5519dd87d3ba754cc423b652a5edd6d2c..37fe631027851001ddb9b187196cc803df7f5f0e)) | action | digest | `bb05f3f` → `37fe631` | | | [volker-raschek/ah-annotations](https://github.com/volker-raschek/ah-annotations) | action | patch | `v0.2.0` → `v0.2.1` | `v0.2.2` | --- ### Release Notes
conventional-changelog/commitlint (commitlint/commitlint) ### [`v21.2.2`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2122-2026-08-13) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v21.2.1...v21.2.2) ##### Bug Fixes - **container:** resolve packages from TypeScript configs ([#​4914](https://github.com/conventional-changelog/commitlint/issues/4914)) ([f5712a9](https://github.com/conventional-changelog/commitlint/commit/f5712a9d216358607540e73ab4f348c237c4c224)) - **parse:** require colon after note keywords (conventional-commits-parser 7.1.2) ([#​4927](https://github.com/conventional-changelog/commitlint/issues/4927)) ([b83c515](https://github.com/conventional-changelog/commitlint/commit/b83c51569d195183c695330eeb0b4f5784e0d418)), closes [conventional-changelog/conventional-changelog#1517](https://github.com/conventional-changelog/conventional-changelog/issues/1517) - **resolve-extends:** support Yarn Plug'n'Play ([#​4933](https://github.com/conventional-changelog/commitlint/issues/4933)) ([67ee127](https://github.com/conventional-changelog/commitlint/commit/67ee1271ea5960e774b4b956830ab4705da9040c))
thegeeklab/git-sv (docker.io/thegeeklab/git-sv) ### [`v3.0.1`](https://github.com/thegeeklab/git-sv/releases/tag/v3.0.1) [Compare Source](https://github.com/thegeeklab/git-sv/compare/v3.0.0...v3.0.1) #### v3.0.1 (2026-08-06) ##### Bug Fixes - **deps:** update module github.com/go-git/go-git/v6 to v6.0.0-alpha.5 ([#​341](https://github.com/thegeeklab/git-sv/issues/341)) ([`e5767ff`](https://github.com/thegeeklab/git-sv/commit/e5767ff)) ##### Others - **docker:** update docker.io/library/golang:1.26.5 docker digest to [`2005724`](https://github.com/thegeeklab/git-sv/commit/2005724) ([#​343](https://github.com/thegeeklab/git-sv/issues/343)) ([`da8319e`](https://github.com/thegeeklab/git-sv/commit/da8319e)) - **deps:** update dependency mvdan/gofumpt to v0.11.0 ([#​342](https://github.com/thegeeklab/git-sv/issues/342)) ([`61a7494`](https://github.com/thegeeklab/git-sv/commit/61a7494))
volker-raschek/ah-annotations (volker-raschek/ah-annotations) ### [`v0.2.1`](https://github.com/volker-raschek/ah-annotations/compare/v0.2.0...v0.2.1) [Compare Source](https://github.com/volker-raschek/ah-annotations/compare/v0.2.0...v0.2.1)
--- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/182 Reviewed-by: Lunny Xiao Co-authored-by: Renovate Bot --- .gitea/workflows/changelog.yml | 2 +- .gitea/workflows/commitlint.yml | 2 +- .gitea/workflows/release-version.yml | 6 +++--- .gitea/workflows/test-pr.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/changelog.yml b/.gitea/workflows/changelog.yml index ac38983..4c3ebba 100644 --- a/.gitea/workflows/changelog.yml +++ b/.gitea/workflows/changelog.yml @@ -8,7 +8,7 @@ on: jobs: changelog: runs-on: ubuntu-latest - container: docker.io/thegeeklab/git-sv:3.0.0 + container: docker.io/thegeeklab/git-sv:3.0.1 steps: - name: install tools run: | diff --git a/.gitea/workflows/commitlint.yml b/.gitea/workflows/commitlint.yml index 7a03da1..ff08505 100644 --- a/.gitea/workflows/commitlint.yml +++ b/.gitea/workflows/commitlint.yml @@ -11,7 +11,7 @@ on: jobs: check-and-test: runs-on: ubuntu-latest - container: commitlint/commitlint:21.2.1 + container: commitlint/commitlint:21.2.2 steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: check PR title diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index a29d92d..63b57ee 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -7,7 +7,7 @@ on: env: # renovate: datasource=docker depName=alpine/helm - HELM_VERSION: "4.2.3" + HELM_VERSION: "4.2.4" jobs: generate-chart-publish: @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: install Docker CLI - uses: https://github.com/docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 # Gitea + uses: https://github.com/docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4 # Gitea #uses: docker/setup-buildx-action@v4 # Github / Act - name: install Helm @@ -48,7 +48,7 @@ jobs: password: ${{ secrets.DOCKER_CHARTS_PASSWORD }} - name: Add Artifacthub.io annotations - uses: volker-raschek/ah-annotations@v0.2.0 + uses: volker-raschek/ah-annotations@f99244b6ac37658456b9833d02d34886b67a07fe # v0.2.1 # Using helm gpg plugin as 'helm package --sign' has issues with gpg2: https://github.com/helm/helm/issues/2843 - name: package chart diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index 99298da..299f8ed 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -16,7 +16,7 @@ env: jobs: check-and-test: runs-on: ubuntu-latest - container: alpine/helm:4.2.3 + container: alpine/helm:4.2.4 steps: - name: install tools run: |