🩹 [Patch]: Bump PSModule/Invoke-Pester to v5.1.0#122
Open
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
Open
🩹 [Patch]: Bump PSModule/Invoke-Pester to v5.1.0#122Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
Conversation
Invoke-Pester v5.0.0 repurposed the Version and Prerelease inputs to select the Pester module version and renamed the GitHub bootstrap-module controls to GitHubVersion and GitHubPrerelease. Remap the action's Version and Prerelease inputs (which select the GitHub module) to GitHubVersion and GitHubPrerelease to preserve their documented behavior.
Copilot started reviewing on behalf of
Marius Storhaug (MariusStorhaug)
July 10, 2026 06:49
View session
There was a problem hiding this comment.
Pull request overview
This PR upgrades the composite action’s internal PSModule/Invoke-Pester dependency from v4.2.6 to v5.1.0, and remaps inputs so this action’s public Version/Prerelease continue to control the GitHub bootstrap module selection rather than the Pester module selection introduced in Invoke-Pester v5.
Changes:
- Bumped the pinned
PSModule/Invoke-Pesterreference to v5.1.0. - Remapped
Version→GitHubVersionandPrerelease→GitHubPrereleasein the Invoke-Pester step to preserve prior intent.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the internal
PSModule/Invoke-Pesteraction from v4.2.6 to v5.1.0, keeping this action's publicVersionandPrereleaseinputs behaving exactly as documented.Changed: Invoke-Pester upgraded to v5.1.0
Invoke-Pester v5.0.0 is a major release that repurposed its
VersionandPrereleaseinputs to select the Pester module version (NuGet range syntax) and renamed the GitHub bootstrap-module controls toGitHubVersionandGitHubPrerelease.This action's own
VersionandPrereleaseinputs — documented as selecting the GitHub module version — are now wired to Invoke-Pester'sGitHubVersionandGitHubPrerelease, so their behavior is unchanged for consumers. This action's public interface is unaffected.Technical Details
action.yml: bumped the pinnedPSModule/Invoke-Pesterreference to4ff3319(v5.1.0).Version→GitHubVersionandPrerelease→GitHubPrereleaseto preserve the meaning of this action's inputs across the v5.0.0 breaking change.Get test pathsstep is a plain PowerShell step and does not consume these inputs, so no other change is needed.Invoke-Pester v5.0.0 release notes: https://github.com/PSModule/Invoke-Pester/releases/tag/v5.0.0