Bump PSModule/Build-PSModule from 4.0.15 to 5.0.0#350
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
…#358) Consolidates the currently-passing Dependabot GitHub Actions updates into one change, so the pipeline moves to the latest action versions in a single release instead of separate bumps. It also configures Dependabot to group future GitHub Actions updates into one pull request, so this consolidated form happens automatically from now on. **Superseded Dependabot PRs:** #351, #353, #354, #355 — Dependabot closes these automatically once this merges. >⚠️ **Build-PSModule v5.0.0 (#350) is intentionally excluded.** v5 makes `moduleVersion` a required input, which the current `Build-Module.yml` does not provide, so it fails CI (6 checks on #350's own PR too). Adopting it needs the "decide version before build" work in #342 and should ship with/after that PR. #350 stays open to track it. ## Updated GitHub Actions | Action | From | To | Bump | | --- | --- | --- | --- | | actions/checkout | v6.0.2 | v7.0.0 | Major | | PSModule/Publish-PSModule | v2.2.4 | v3.0.0 | Major | | super-linter/super-linter | v8.6.0 | v8.7.0 | Minor | | super-linter/super-linter/slim | v8.6.0 | v8.7.0 | Minor | This bundle includes two major action upgrades, so it is labelled `Major` and cuts a major release of Process-PSModule on merge. ## Changed: Dependabot groups GitHub Actions updates `.github/dependabot.yml` now groups all `github-actions` updates into a single grouped pull request via a `groups` block. The `github_actions` label is also corrected — it was `github-actions`, which does not match the repository label and was silently dropped by Dependabot. ## Technical Details - Each bump is a cherry-pick of the original Dependabot commit, preserving authorship and the `Bump X from A to B` messages for a clean linear history. - All bumps touch only `uses:` pins under `.github/workflows/`; no logic changes. - Dependabot grouping added: ```yaml groups: github-actions: patterns: - "*" ``` This groups every GitHub Actions ecosystem update (all semver levels) into one PR. To keep major bumps as separate PRs for individual review, add `update-types: ["minor", "patch"]` under the group — majors then continue to open on their own. - No linked issue: this is Dependabot-driven maintenance; the superseded PRs above are the traceability. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
Dependabot (@dependabot) rebase |
Bumps [PSModule/Build-PSModule](https://github.com/psmodule/build-psmodule) from 4.0.15 to 5.0.0. - [Release notes](https://github.com/psmodule/build-psmodule/releases) - [Commits](PSModule/Build-PSModule@3b368fe...672aaa7) --- updated-dependencies: - dependency-name: PSModule/Build-PSModule dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
0981cd7 to
a23e50b
Compare
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps PSModule/Build-PSModule from 4.0.15 to 5.0.0.
Release notes
Sourced from PSModule/Build-PSModule's releases.
Commits
672aaa7🚀 [Feature]: Module manifests now stamped with the resolved version at build ...d97391aBump super-linter/super-linter from 8.5.0 to 8.6.0 (#133)