← gitpulse
Merged
Size
XS
Change Breakdown
Dependencies85%
CI/CD15%
#12chore(deps): bump amannn/action-semantic-pull-request from 5 to 6

Semantic PR validator bumped to v6

The GitHub Action that enforces semantic commit conventions on pull requests has been upgraded from version 5 to version 6.1.1, bringing Node.js 24 compatibility, ESM support, and several bug fixes from the upstream project.

The lint workflow for pull request titles is now running on the latest version of the semantic PR validator action. This dependency update ensures the repository keeps pace with upstream improvements, including a migration to Node.js 24 and ESM modules in the major version bump, plus subsequent bug fixes and new features in the v6.1.x patch releases. The action validates that PR titles follow conventional commit formats (like "feat:", "fix:", "chore:"), helping maintain clean git history and enabling automated changelog generation. Keeping this tooling current reduces the risk of regressions and ensures compatibility with future GitHub Actions infrastructure changes.