Skip to content

Bump PSModule/Process-PSModule/.github/workflows/workflow.yml from 6.1.19 to 8.0.5 - #123

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/PSModule/Process-PSModule/dot-github/workflows/workflow.yml-8.0.5
Open

Bump PSModule/Process-PSModule/.github/workflows/workflow.yml from 6.1.19 to 8.0.5#123
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/PSModule/Process-PSModule/dot-github/workflows/workflow.yml-8.0.5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps PSModule/Process-PSModule/.github/workflows/workflow.yml from 6.1.19 to 8.0.5.

Release notes

Sourced from PSModule/Process-PSModule/.github/workflows/workflow.yml's releases.

v8.0.5

⚙️ [Maintenance]: Public help-link checks now support any HTTPS host (#532)

Public command help-link validation now works with any HTTPS documentation host while preserving the required module and function path structure. Repositories can publish their command reference outside the PSModule documentation site without weakening the canonical URL contract.

Changed: Public help-link validation

Every public function must provide a first .LINK entry. The test fails immediately when no .LINK section is found. When a link is present, it must be an absolute HTTPS URL with a host and the canonical /Module/Functions/<relative-command>/ path; query strings and fragments are rejected.

The PowerShell module standard, framework-test reference, pre-review validation checklist, module-structuring guide, and skip-test guide now document this requirement using a configurable HTTPS documentation host.


  • Changed .github/actions/Test-PSModule/src/tests/SourceCode/PSModule/PSModule.Tests.ps1 to require a link, then parse the first .LINK URI and validate its scheme, host, path, query, and fragment instead of comparing against a hardcoded psmodule.io origin.
  • Updated one grouped command fixture in each test repository to use https://docs.example.com, proving the test does not depend on the PSModule host.
  • Documented PublicHelpLink in docs/content/reference/powershell-module-standard.md and docs/content/reference/framework-test-ids.md.
  • Added the requirement to docs/content/guides/validating-before-review.md and replaced fixed-host examples in the structuring and skip-test guides with <DocumentationHost>.
  • Validation: the targeted Pester 6.1.0 source-code suite passed 13 tests for both tests/srcTestRepo and tests/srcWithManifestTestRepo; zensical build --strict and git diff --check passed.
Changed surface Standards checked Framework docs checked Result
.github/actions/Test-PSModule/** (PowerShell) MSX PowerShell standard Public command help-link contract Aligned
tests/** (PowerShell fixtures) MSX PowerShell standard Source-code test fixtures Aligned
docs/content/reference/** and docs/content/guides/** (Markdown) MSX Documentation Model, Markdown Module layout and framework-test guidance Aligned

Issue convergence sweep: scoped to reusable public help-link validation and its contributor guidance. This change does not generate missing links during scaffolding or build, so the broader follow-up remains open.

Related work

v8.0.4

🪲 [Fix]: New module versions publish to the PowerShell Gallery (#529)

A module version that has never been published to the PowerShell Gallery can now be published. Any first release, and every subsequent new version, previously failed the Publish-Module stage before the upload was attempted.

Fixed: New module versions publish to the PowerShell Gallery

Publishing a version that is not yet on the PowerShell Gallery now succeeds. The stage checks whether the version already exists so an interrupted run can resume, and treats an absent version as the expected result for a new release rather than an error.

... (truncated)

Commits
  • 8fa878a ⚙️ [Maintenance]: Public help-link checks now support any HTTPS host (#532)
  • d4b270c 📖 [Docs]: Module layout guidance now covers grouped help URLs (#453)
  • 09fc45f 📖 [Docs]: Specification requirement anchors render correctly (#449)
  • 68696b6 🪲 [Fix]: New module versions publish to the PowerShell Gallery (#529)
  • 59e056c ⚙️ [Maintenance]: PowerShell guidance scripts are centrally available (#508)
  • 0e45a1c feat: publish PSModule process marketplace (#520)
  • 16419d0 Upgrade Process-PSModule to Pester 6.1 (#519)
  • 7c8bc79 fix: Skip docs verification for closed pull requests (#522)
  • bb49389 🪲 [Fix]: Obsolete GitHub token write permissions removed (#521)
  • 8414050 Bump the github-actions group with 2 updates (#511)
  • Additional commits viewable 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 [PSModule/Process-PSModule/.github/workflows/workflow.yml](https://github.com/psmodule/process-psmodule) from 6.1.19 to 8.0.5.
- [Release notes](https://github.com/psmodule/process-psmodule/releases)
- [Commits](PSModule/Process-PSModule@bf67cd9...8fa878a)

---
updated-dependencies:
- dependency-name: PSModule/Process-PSModule/.github/workflows/workflow.yml
  dependency-version: 8.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file Major labels Sep 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 7, 2026 03:42
@dependabot dependabot Bot added Major dependencies Pull requests that update a dependency file labels Sep 7, 2026
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 Major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants