Skip to content

Releases: PSModule/Template-Action

v0.0.15

08 Feb 10:26
fc629bb

Choose a tag to compare

Bump PSModule/Auto-Release from 1.9.5 to 2.0.2 (#27)

Bumps PSModule/Auto-Release from 1.9.5 to 2.0.2.

Release notes

Sourced from PSModule/Auto-Release's releases.

v2.0.2

🩹 [Patch]: Standardize project structure and update dependencies (#92)

Standardizes the repository structure by renaming the scripts folder to src, simplifies the Release workflow naming, and updates dependencies.

Changes

Renamed scripts folder to src

  • Moved scripts/main.ps1 to src/main.ps1 for consistency with other PSModule actions
  • Updated the path reference in action.yml to use the new location

Simplified Release workflow

  • Renamed Release-GHRepository.yml to Release.yml
  • Updated workflow name from Release-GHRepository to Release for simplicity
  • Updated run-name and job names accordingly
  • Added path filters to only trigger on changes to action.yml and src/**

Updated dependencies

  • Bumped PSModule/GitHub-Script from v1.7.9 to v1.7.10

Linter configuration cleanup

  • Removed unused .jscpd.json configuration file
  • Disabled JSCPD validation in Linter workflow as it's not needed for this repository

v2.0.1

🩹 [Patch]: Fix typos in README.md (#91)

This PR fixes several typos in the README.md documentation file to improve clarity and professionalism.

Fixed

  • Corrected grammar: "prereleases that was created" → "prereleases that were created"
  • Fixed possessive form: "actions configuration" → "action's configuration"
  • Fixed spelling: "change" → "changed" for proper verb tense
  • Corrected typo: "in you repository" → "in your repository"

v2.0.0

🌟[Major]: Rename action from Auto-Release to Release-GHRepository (#90)

Updates all references from the previous repository name Auto-Release to the new name Release-GHRepository following the repository rename.

Changes

Configuration

  • action.yml: Updated action name from Auto Release (by PSModule) to Release GHRepository (by PSModule) and updated internal step names

Documentation

... (truncated)

Commits
  • 5a5165d 🩹 [Patch]: Standardize project structure and update dependencies (#92)
  • 88c7046 🩹 [Patch]: Fix typos in README.md (#91)
  • 0d11e5f 🌟[Major]: Rename action from Auto-Release to Release-GHRepository (#90)
  • 5f5f023 🩹[Patch]: Configure Dependabot for daily schedule with 7-day cooldown (#88)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

v0.0.14

08 Feb 10:19
d0f7dce

Choose a tag to compare

Bump PSModule/GitHub-Script from 1.7.8 to 1.7.10 (#26)

Bumps PSModule/GitHub-Script from 1.7.8 to 1.7.10.

Release notes

Sourced from PSModule/GitHub-Script's releases.

v1.7.10

🩹 [Patch]: Standardize project structure and rename release workflow (#81)

This PR standardizes the project structure and updates workflows to align with PSModule conventions.

Changed

  • Rename Auto-Release.yml workflow to Release.yml for consistency
  • Update release action from PSModule/Auto-Release@v1.9.5 to PSModule/Release-GHRepository@v2
  • Rename scripts/ folder to src/ to follow standard project layout
  • Update action.yml to reference scripts from new src/ location
  • Add linter workflow configuration

Removed

  • Remove unused .jscpd.json linter configuration file

Summary

This PR brings the GitHub-Script action in line with PSModule's standardized project structure. The scripts/ folder is renamed to src/ for consistency across all actions, and the release workflow is updated to use the renamed Release-GHRepository action.

v1.7.9

🩹[Patch]: Update workflow configurations (#79)

Updates workflow configurations to use the latest pinned action versions for improved security and reproducibility.

  • Related to PSModule workflow standardization

Action pinning

Pinned all GitHub Actions to specific commit SHAs:

  • actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd (v6.0.2) - Updated from v6.0.1
Commits
  • 0097f3b 🩹 [Patch]: Standardize project structure and rename release workflow (#81)
  • e827bea 🩹[Patch]: Update workflow configurations (#79)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

v0.0.13

23 Jan 11:59
96ef72e

Choose a tag to compare

Bump actions/checkout from 6.0.1 to 6.0.2 (#25)

Bumps actions/checkout from 6.0.1 to 6.0.2.

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

v0.0.12

22 Jan 16:38
1e63abf

Choose a tag to compare

🩹 [Patch]: Pin GitHub Actions to specific versions for improved security (#23)

GitHub Actions are now pinned to specific commit SHAs instead of version tags, improving security by preventing supply chain attacks through tag manipulation. Additionally, Dependabot has been configured to run daily with a 7-day cooldown to keep dependencies up-to-date automatically.

GitHub Actions SHA pinning

All workflow files now reference actions by their full commit SHA rather than version tags. This ensures workflows always use a verified, immutable version of each action.

Changed actions:

  • actions/checkout@v5actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 (v6.0.1)
  • PSModule/Auto-Release@v1PSModule/Auto-Release@eabd533035e2cb9822160f26f2eda584bd012356 (v1.9.5)
  • super-linter/super-linter@latestsuper-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 (v8.3.2)
  • PSModule/GitHub-Script@v1PSModule/GitHub-Script@2010983167dc7a41bcd84cb88e698ec18eccb7ca (v1.7.8)

Dependabot configuration

Dependabot now checks for updates daily with a 7-day cooldown between updates, replacing the previous weekly schedule. This provides faster awareness of security updates while avoiding excessive noise.

schedule:
  interval: daily
cooldown:
  default-days: 7

Linter configuration

Added configuration to disable validation checks that are not applicable to this repository:

  • VALIDATE_BIOME_FORMAT: false
  • VALIDATE_JSCPD: false

v0.0.11

22 Jan 15:32
d75bdec

Choose a tag to compare

🩹 [Patch]: Pin GitHub-Script action to specific version (#21)

The GitHub-Script action is now pinned to a specific SHA version for improved security and consistency.

Pin GitHub-Script action

Updated the action reference from version tag to specific SHA:

  • PSModule/GitHub-Script2010983167dc7a41bcd84cb88e698ec18eccb7ca (v1.7.8)

This ensures the action version is locked and cannot be changed without updating the SHA, preventing supply chain attacks.

v0.0.10

22 Jan 15:16
40cd161

Choose a tag to compare

🩹[Patch]: Update dependabot schedule and pin actions to SHA (#19)

Dependabot now checks for updates daily with a 7-day cooldown period, reducing noise while maintaining timely security updates. All GitHub Actions are pinned to specific commit SHAs with version comments for enhanced security and reproducibility.

Dependabot Configuration

Updated the schedule from weekly to daily with a cooldown of 7 days. This means Dependabot will check for updates daily but will wait 7 days after a new version is released before creating a PR, helping to avoid early adoption of potentially unstable releases.

schedule:
  interval: daily
cooldown:
  default-days: 7

Pinned Actions

All actions are now pinned to specific commit SHAs with version tag comments for traceability:

Action Version Commit SHA
actions/checkout v6.0.1 8e8c483db84b4bee98b60c0593521ed34d9990e8
super-linter/super-linter v8.3.2 d5b0a2ab116623730dd094f15ddc1b6b25bf7b99
PSModule/Auto-Release v1.9.5 eabd533035e2cb9822160f26f2eda584bd012356

v0.0.9

22 Jan 15:06
82045fd

Choose a tag to compare

Disable Biome format linter in super-linter (#18)

Disables the Biome format linter in the super-linter workflow.

Changes

  • Added VALIDATE_BIOME_FORMAT: false to .github/workflows/Linter.yml environment variables

This prevents Biome's formatter from running during CI linting while keeping other linters active (Prettier for JSON/Markdown/YAML remains disabled as before).

Original prompt

Disable the Biome format linter


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

v0.0.8

06 Jan 23:41
9820fd8

Choose a tag to compare

Add cooldown configuration to dependabot config for Zizmor compliance (#16)

This pull request updates the Dependabot configuration to increase the frequency of dependency update checks and introduces a cooldown period to help manage update noise.

Dependabot configuration changes:

  • Changed the update schedule interval from weekly to daily in .github/dependabot.yml.
  • Added a cooldown setting with default-days: 7 to limit how often Dependabot will open new pull requests for the same dependency.

v0.0.7

06 Jan 23:29
361d095

Choose a tag to compare

Bump PSModule/GitHub-Script from 1.7.3 to 1.7.6 (#9)

Bumps PSModule/GitHub-Script from 1.7.3 to 1.7.6.

Release notes

Sourced from PSModule/GitHub-Script's releases.

v1.7.6

Bumps azure/login from v2.2.0 to v2.3.0 (#70)

Bumps azure/login from v2.2.0 to v2.3.0.

Changes

  • Updated version comment to use patch-level semver (# v2.3.0 instead of # v2)
  • Updated PR title and description to reference semver versions
# Before
uses: azure/login@1384c340ab2dda50fed2bee3041d1d87018aa5e8 # v2
After
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

v1.7.5

Bump super-linter/super-linter from 8.2.1 to 8.3.0 (#69)

Bumps super-linter/super-linter from 8.2.1 to 8.3.0.

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

v0.0.6

06 Jan 22:28
4f5c7a8

Choose a tag to compare

Bump actions/checkout from 6.0.0 to 6.0.1 (#10)

Bumps actions/checkout from 6.0.0 to 6.0.1.

Release notes

Sourced from actions/checkout's releases.

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)