Releases: PSModule/Debug
v1.0.6
Bump actions/checkout from 5 to 6 (#17)
Bumps actions/checkout from 5 to 6.
Release notes
Sourced from actions/checkout's releases.
v6.0.0
What's Changed
- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- v6-beta by
@ericsciplein actions/checkout#2298- update readme/changelog for v6 by
@ericsciplein actions/checkout#2311Full Changelog: actions/checkout@v5.0.0...v6.0.0
v6-beta
What's Changed
Updated persist-credentials to store the credentials under
$RUNNER_TEMPinstead of directly in the local git config.This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.
v5.0.1
What's Changed
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301Full Changelog: actions/checkout@v5...v5.0.1
Changelog
Sourced from actions/checkout's changelog.
Changelog
V6.0.0
- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248V5.0.1
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301V5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226V4.3.1
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305V4.3.0
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependency updates by
@dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabotin actions/checkout#1695
... (truncated)
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-d...
v1.0.5
v1.0.4
🩹 [Patch]: Update Dependabot configuration to include labels for GitHub Actions (#15)
Description
This pull request makes a small configuration update to the Dependabot settings. It adds default labels to pull requests that update GitHub Actions dependencies, making it easier to identify and manage them.
- Configuration improvement:
.github/dependabot.yml: Addeddependenciesandgithub-actionslabels to Dependabot PRs for GitHub Actions updates.
v1.0.3
🩹 [Patch]: Remove redundant GitHub event context logging from main.ps1 (#14)
Description
This pull request simplifies the logging logic in the scripts/main.ps1 script by removing several redundant log groups related to GitHub event context. Only the essential GitHub context and environment variables are now logged.
Logging simplification:
- Removed log groups for
GITHUB_EVENT,GITHUB_EVENT_ENTERPRISE,GITHUB_EVENT_ORGANIZATION, andGITHUB_EVENT_REPOSITORYfrom the script to reduce unnecessary output and streamline context logging.
v1.0.2
🩹 [Patch]: Add network and public IP information (#13)
Description
This pull request updates the scripts/main.ps1 PowerShell script to enhance its network diagnostics capabilities by installing two new modules and adding commands to display network configuration and public IP information. The most important changes are grouped below:
Module installation:
- Added installation steps for the
NetandPublicIPmodules from the PowerShell Gallery to ensure required commands are available.
Network diagnostics:
- Introduced a new log group, 'Network Info', which runs
Get-NetIPConfigurationto display detailed local network configuration. - Added a 'Public IP Info' log group that uses
Get-PublicIPto display the machine's public IP address.
v1.0.1
🩹 [Patch]: Add JSON logging for Host and PSStyle contexts (#12)
Description
This pull request introduces several updates to automation and logging in the repository, focusing on dependency management and workflow maintenance, along with improvements to script documentation and output formatting.
Automation and Dependency Management
- Added a new
.github/dependabot.ymlconfiguration to enable weekly updates for GitHub Actions dependencies using Dependabot.
Workflow Maintenance
- Updated all GitHub Actions workflows (
Action-Test.yml,Auto-Release.yml, andLinter.yml) to useactions/checkout@v5for improved reliability and security. [1] [2] [3]
Script Documentation and Output Improvements
- Revised example values in
Set-MaskedValuedocumentation withinscripts/Helpers.psm1to use generic token placeholders instead of actual token formats, enhancing security and clarity. [1] [2] - Enhanced logging in
scripts/main.ps1by adding new log groups that outputHostandPSStyleinformation in JSON format for easier parsing and debugging. [1] [2]
Type of change
- 📖 [Docs]
- 🪲 [Fix]
- 🩹 [Patch]
-
⚠️ [Security fix] - 🚀 [Feature]
- 🌟 [Breaking change]
Checklist
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas
v1.0.0
What's Changed
- 🌟 [Major]: Fix path separator in
action.ymland updateREADME.mdby @MariusStorhaug in #10
Full Changelog: v0...v1.0.0
v0.0.9
What's Changed
- 🩹 [Patch]: Clean up call to
main.ps1by @MariusStorhaug in #9
Full Changelog: v0...v0.0.9
v0.0.8
What's Changed
- 🩹 [Patch]: Add linters config and update .gitignore by @MariusStorhaug in #8
Full Changelog: v0...v0.0.8
v0.0.7
What's Changed
- 🩹 [Patch]: Add logging for
[System.Environment]properties by @MariusStorhaug in #7
Full Changelog: v0...v0.0.7