Skip to content

chore(deps): bump amannn/action-semantic-pull-request from 5 to 6#440

Merged
vitali87 merged 1 commit intomainfrom
dependabot/github_actions/amannn/action-semantic-pull-request-6
Mar 21, 2026
Merged

chore(deps): bump amannn/action-semantic-pull-request from 5 to 6#440
vitali87 merged 1 commit intomainfrom
dependabot/github_actions/amannn/action-semantic-pull-request-6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps amannn/action-semantic-pull-request from 5 to 6.

Release notes

Sourced from amannn/action-semantic-pull-request's releases.

v6.0.0

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)

v5.5.3

5.5.3 (2024-06-28)

Bug Fixes

v5.5.2

5.5.2 (2024-04-24)

Bug Fixes

v5.5.1

5.5.1 (2024-04-24)

Bug Fixes

v5.5.0

5.5.0 (2024-04-23)

Features

v5.4.0

5.4.0 (2023-11-03)

... (truncated)

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
  • 48f2562 chore: Release 6.1.1 [skip ci]
  • 800da4c fix: Parse headerPatternCorrespondence properly (#295)
  • 677b895 test: Fix broken test
  • 24e6f01 ci: Fix permissions for tagger
  • 7f33ba7 chore: Release 6.1.0 [skip ci]
  • afa4edb fix: Remove trailing whitespace from "unknown release type" error message (#291)
  • a30288b feat: Support providing regexps for types (#292)
  • a46a7c8 build: Move Vitest to devDependencies (#290)
  • fdd4d3d chore: Release 6.0.1 [skip ci]
  • 58e4ab4 fix: Actually execute action (#289)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 show <dependency name> 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)

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5 to 6.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@e32d7e6...48f2562)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 9, 2026
@dependabot dependabot bot requested a review from vitali87 as a code owner March 9, 2026 01:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 9, 2026
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 9, 2026

Greptile Summary

This PR bumps the amannn/action-semantic-pull-request GitHub Action from v5 (commit e32d7e6) to v6.1.1 (commit 48f2562) in the pr-title-check CI job. The action remains pinned to a full commit SHA, which is the correct security practice for third-party Actions.

  • The v6 major version introduced a breaking change (Node.js 24 + ESM runtime upgrade), but this is entirely internal to the action and does not affect its input/output API.
  • All existing with configuration options (types, requireScope, subjectPattern, subjectPatternError, wip, validateSingleCommit, validateSingleCommitMatchesPrTitle) are fully compatible with v6.
  • The bump also picks up patch fixes from v6.0.1, v6.1.0, and v6.1.1 (e.g., headerPatternCorrespondence parsing fix, regexp support for types).

Confidence Score: 5/5

  • This PR is safe to merge — it is a routine automated dependency bump with no functional risk.
  • The change is a single-line update to a pinned commit SHA for a well-known GitHub Action. The v6 breaking change is runtime-only (Node.js 24 + ESM) and does not affect the action's configuration API. All existing with inputs are fully compatible, and the new commit hash corresponds to the published v6.1.1 release tag.
  • No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Bumps amannn/action-semantic-pull-request from pinned v5 commit to v6.1.1 commit hash; all existing with configuration options remain compatible with v6's API.

Sequence Diagram

sequenceDiagram
    participant PR as Pull Request
    participant CI as pr-title-check job
    participant Action as amannn/action-semantic-pull-request@v6.1.1
    participant GH as GitHub API

    PR->>CI: pull_request event
    CI->>Action: Check PR title format
    Action->>GH: Fetch PR title via GITHUB_TOKEN
    GH-->>Action: PR title string
    Action->>Action: Validate against types + subjectPattern
    alt Title valid
        Action-->>CI: success
    else Title invalid
        Action-->>CI: failure + subjectPatternError message
    end
Loading

Last reviewed commit: 8c86729

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 9, 2026

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@vitali87 vitali87 merged commit 4c9c30e into main Mar 21, 2026
23 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/amannn/action-semantic-pull-request-6 branch March 21, 2026 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants