Dependabot Changelog Helper
Version updated for https://github.com/dangoslen/dependabot-changelog-helper to version v4.3.0.
- This action is used across all versions by 230 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Dependabot Changelog Helper GitHub Action automates the process of updating changelogs for dependency upgrade pull requests created by tools like Dependabot and Renovate. It parses pull requests to identify upgraded dependencies and adds appropriately formatted entries to the changelog, following the KeepAChangelog format. This action eliminates the manual effort of maintaining changelogs for dependency updates, supports multi-package updates, and includes links to related pull requests, enhancing efficiency and consistency in dependency management workflows.
What’s Changed
Changed
- Now runs on Node 24
- Creates
.nvmrcto set the version - Updates node version in
action.yml
- Creates
Dependencies
- Bump
stefanzweifel/git-auto-commit-actionfrom 6 to 7 (#421)