Skip to content

chore(deps): update mikepenz/release-changelog-builder-action action to v6#149

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/mikepenz-release-changelog-builder-action-6.x
Open

chore(deps): update mikepenz/release-changelog-builder-action action to v6#149
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/mikepenz-release-changelog-builder-action-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 31, 2025

This PR contains the following updates:

Package Type Update Change
mikepenz/release-changelog-builder-action action major v4v6

Release Notes

mikepenz/release-changelog-builder-action (mikepenz/release-changelog-builder-action)

v6.2.1

Compare Source

🐛 Fixes

  • fix: handle multi-line commit bodies in git log parsing

💬 Other

  • chore: remove Renovate workflow

Contributors:

v6.2.0

Compare Source

💬 Other

  • Security hardening: Renovate, SHA-pinned actions, least-privilege permissions
  • fix: use PR author for commit-dist job condition

📦 Dependencies

  • Bump actions/upload-artifact from 6 to 7
  • Bump mikepenz/action-gh-release from 1 to 2
  • Bump flatted from 3.3.3 to 3.4.2
  • Bump the dev-dependencies group with 4 updates
  • Bump vitest from 4.0.18 to 4.1.0
  • Bump https-proxy-agent from 7.0.6 to 8.0.0
  • Bump picomatch from 4.0.3 to 4.0.4
  • chore(deps): update dependency glob to v11.1.0 [security]
  • chore(deps): pin mikepenz/release-changelog-builder-action action to d7b8cec
  • chore(deps): update dependency undici to v7
  • chore: upgrade TypeScript to v6
  • chore: pin all dependencies to exact versions
  • chore(deps): update mikepenz/release-changelog-builder-action digest to a77ddc5
  • chore(deps): update dependency glob to v13

Contributors:

v6.2

Compare Source

  • no changes

v6.1.1

Compare Source

🚀 Features

  • Upgrade all dependencies and move to ESLint 10

📦 Dependencies

  • Upgrade all dependencies and move to ESLint 10

Contributors:

v6.1.0

Compare Source

🚀 Features

  • fix: update dependencies | fix undici vunerability | upgrade github dependency
  • chore: upgrade dependencies to latest major versions

📦 Dependencies

  • Bump github/codeql-action from 3 to 4
  • Bump actions/setup-node from 4 to 6
  • Bump mikepenz/release-changelog-builder-action from 5 to 6
  • Bump actions/upload-artifact from 4 to 5
  • Bump mikepenz/action-junit-report from 5 to 6
  • Update octokit/rest, globals
  • Bump actions/checkout from 4 to 5
  • Bump js-yaml from 4.1.0 to 4.1.1
  • Bump the dev-dependencies group with 3 updates
  • Bump vitest from 4.0.7 to 4.0.10
  • Bump actions/checkout from 5 to 6
  • Bump actions/upload-artifact from 5 to 6
  • fix: update dependencies | fix undici vunerability | upgrade github dependency
  • chore: upgrade dependencies to latest major versions

Contributors:

v6.1

Compare Source

🚀 Features

  • Upgrade all dependencies and move to ESLint 10

📦 Dependencies

  • Upgrade all dependencies and move to ESLint 10

Contributors:

v6.0.1

Compare Source

🐛 Fixes

  • Fix contributors output returning empty object

📦 Dependencies

  • Update dev dependencies | Update semver
  • Bump vite from 7.1.9 to 7.1.12 in the npm_and_yarn group across 1 directory

Contributors:

v6.0.0

Compare Source

[!IMPORTANT]
This update moves to node24 for actions. For self-hosted runners ensure they are up2date.

🚀 Features

  • Update Action to use node24 runtime
  • Add path filtering support for monorepo setups

🧪 Tests

💬 Other

  • fix: update local development readme & devcontainer
  • Upgrade dev dependencies

📦 Dependencies

  • Update to checkout@​v5
  • Upgrade dev dependencies
  • Upgrade dependencies | globals 16.4.0

Contributors:

v6.0

Compare Source

  • no changes

v6

Compare Source

  • no changes

v5.4.1

Compare Source

💬 Other
  • Improve CI test run report
📦 Dependencies
Contributors:

v5.4.0

Compare Source

🚀 Features
Contributors:

v5.3.1

Compare Source

🚀 Features

  • Upgrade action dependencies

🐛 Fixes

  • Fix documentation for gitea

Contributors:

v5.3.0

Compare Source

🐛 Fixes
  • Update default config for COMMIT_MODE | Update README
📦 Dependencies
  • Dependency Upgrades | globals 16.x
Contributors:

v5.2.0

Compare Source

🚀 Features
🧪 Tests
  • Upgrade remaining dependency | Fix jest setup
💬 Other
  • Keep 200 tag fetch default for 5.x release
📦 Dependencies
  • Upgrade remaining dependency | Fix jest setup
  • Upgrade dependencies to latest stable releases
Contributors:

v5.1.0

Compare Source

🚀 Features

  • Convert project to use ESM instead of CJS

💬 Other

  • Improve release notes template
  • Update Actions versions

📦 Dependencies

  • Upgrade dependencies
  • [CI] Enable Dependabot for GitHub Actions
  • Bump actions/setup-node from 3 to 4
  • Bump globals from 15.13.0 to 15.14.0
  • Bump the dev-dependencies group with 3 updates
  • Upgrade dependencies

Contributors:

v5.0.0

Compare Source

[!IMPORTANT]
v5 is a major release, it includes many new features, alongside breaking changes (specifically in the area of regexes) and bug fixes.
Ensure to read the regexes section for more details on new functionalities.

The key difference to v4 is that now the transformers use replace by default as a mechanism, you might have to provide match as method if you observe issues compared to v4.

Additionally, all transformers available, follow a similar structure and offer similar flexibility.

🚀 Features

  • Unify handling of regex transformers | New method
  • Introduce nested categorisation
  • Refactor mode configuration | Add support for HYBRID | Add new CommitMode focused default config
  • Introduce CONTRIBUTORS (PR author based)
  • Enhance CONTRIBUTORS template
  • Introduce AUTHOR_NAME placeholder
  • Upgrade dependencies

🐛 Fixes

  • Fallback to alternative author value if main commit author login is not available
  • Fix to match categories case insensitive for gitea
  • COMMIT mode not returned when commitMode is true
  • Fix Contributor template

💬 Other

  • [CI] Optimize release changelog config
  • Rework README structure
  • Improve local testing documentation
  • Enhance error log in case of a fatal error building the changelog
  • Fix spelling mistakes
  • clarify tag_resolver.filter documentation
  • Rework README to make REGEX objects more clear
  • document commitMode to mode transition in README.md
  • Document default value for Extractor.on_property
  • Fix wrong , in README example
  • Improve README on non semver tags
  • Refactor transform.ts and others

📦 Dependencies

  • Dependency upgrades
  • Upgrade dependencies to their latest version
  • Dependency Upgrades
  • Dependency upgrades | semver 7.6.3
  • Upgrade dev dependencies

Contributors:

v5

Compare Source

  • no changes

v4.2.2

Compare Source

🐛 Fixes

  • Fallback to alternative author value if main commit author login is not available

💬 Other

  • Enhance error log in case of a fatal error building the changelog

v4.2.1

Compare Source

📦 Dependencies

  • Upgrade dependencies on the 4.x variant

v4.2.0

Compare Source

🐛 Fixes

  • Sort retrieved PRs by updated instead of merged

📦 Dependencies

🧪 Tests

  • Test inverse tag resolver

v4.1.1

Compare Source

📦 Dependencies

v4.1.0

Compare Source

🚀 Features

💬 Other

  • Improve README to include Gitea, and fix highlights

📦 Dependencies

v4.0.1

Compare Source

🚀 Features

💬 Other

  • Update GA permission scopes

📦 Dependencies

  • Dependency upgrades | @​actions/* dependencies | Upgrade babel

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependency label Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants