Skip to content

Bump ConfiguredThings/validate-changelog-action from 2 to 4 - #80

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/github_actions/ConfiguredThings/validate-changelog-action-4
Open

Bump ConfiguredThings/validate-changelog-action from 2 to 4#80
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/github_actions/ConfiguredThings/validate-changelog-action-4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor

Bumps ConfiguredThings/validate-changelog-action from 2 to 4.

Release notes

Sourced from ConfiguredThings/validate-changelog-action's releases.

v4

Added

  • Validation that every released ## [version] section has a trailing release date in the format - YYYY-MM-DD, and that [Unreleased] does not.

Fixed

  • extract/action.yml's mdq selector was invalid syntax and silently failed to match dated version headings (e.g. ## [1.7.1] - 2026-08-31). Replaced with an anchored regex selector that matches whether or not the heading resolves as a reference link, without colliding on version-prefix overlaps (e.g. 1.1 vs 1.10).

v3

Added

  • extract/action.yml sub-action that extracts a single version's section from a Keep a Changelog file (via mdq), for driving GitHub release notes from the changelog.
  • .github/workflows/release.yml — pushing a v* tag now validates the changelog, extracts the matching section, and creates a GitHub release from it, failing if no matching section is found.
  • README.md and this CHANGELOG.md.

Changed

  • Moved validation logic into validate/action.yml + validate/index.js, now directly callable as its own sub-action alongside extract/. The root action is unchanged for existing consumers.
Changelog

Sourced from ConfiguredThings/validate-changelog-action's changelog.

Commits
  • b31f663 Cut v4 release
  • 2f717f8 Validate release dates and fix mdq selector for extracting dated sections
  • 6f524ec Fix release notes losing backtick code spans to command substitution
  • 5229753 Add changelog extraction sub-action and automated release workflow
  • c909057 Merge pull request #1 from ConfiguredThings/add-mit-license
  • 94a6722 Add MIT license
  • See full diff 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 [ConfiguredThings/validate-changelog-action](https://github.com/configuredthings/validate-changelog-action) from 2 to 4.
- [Release notes](https://github.com/configuredthings/validate-changelog-action/releases)
- [Changelog](https://github.com/ConfiguredThings/validate-changelog-action/blob/main/CHANGELOG.md)
- [Commits](ConfiguredThings/validate-changelog-action@v2...v4)

---
updated-dependencies:
- dependency-name: ConfiguredThings/validate-changelog-action
  dependency-version: '4'
  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 Sep 9, 2026
- Bump `ConfiguredThings/validate-changelog-action` from 2 to 4
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

None yet

Development

Successfully merging this pull request may close these issues.

0 participants