From 3d68ca05e1f31334605703cf02a4ff7d6fc83139 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 25 Aug 2025 17:34:17 +0200
Subject: [PATCH] chore(github-deps): bump amannn/action-semantic-pull-request
from 6.1.0 to 6.1.1 (#3248)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request)
from 6.1.0 to 6.1.1.
Release notes
Sourced from amannn/action-semantic-pull-request's
releases.
v6.1.1
6.1.1
(2025-08-22)
Bug Fixes
- Parse
headerPatternCorrespondence
properly (#295)
(800da4c)
Changelog
Sourced from amannn/action-semantic-pull-request's
changelog.
Changelog
6.1.1
(2025-08-22)
Bug Fixes
- Parse
headerPatternCorrespondence
properly (#295)
(800da4c)
6.1.0
(2025-08-19)
Features
Bug Fixes
- Remove trailing whitespace from "unknown release type"
error message (#291)
(afa4edb)
6.0.1
(2025-08-13)
Bug Fixes
6.0.0
(2025-08-13)
⚠ BREAKING CHANGES
- Upgrade action to use Node.js 24 and ESM (#287)
Features
- Upgrade action to use Node.js 24 and ESM (#287)
(bc0c9a7)
5.5.3
(2024-06-28)
Bug Fixes
5.5.2
(2024-04-24)
Bug Fixes
5.5.1
(2024-04-24)
... (truncated)
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/semantic-pr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml
index 4adaca84d..4a078fa00 100644
--- a/.github/workflows/semantic-pr.yml
+++ b/.github/workflows/semantic-pr.yml
@@ -22,6 +22,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check PR Title's semantic conformance
- uses: amannn/action-semantic-pull-request@7f33ba792281b034f64e96f4c0b5496782dd3b37 # v6.1.0
+ uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}