Releases: hoverkraft-tech/ci-github-common
0.33.0
Release Summary
This 0.33.0 release is primarily an internal maintenance update for the shared CI GitHub Actions/workflows repository, with no user-facing feature or fix commit identified from the included changelog entries; the only public-facing change is refreshed actions and workflows documentation.
Public changes: documentation for actions and workflows was updated. Internal changes: dependency maintenance was performed across GitHub Actions dependencies in multiple directories, and fast-xml-parser for actions/parse-ci-reports was incrementally upgraded from 5.3.6 to 5.5.7 through several chore PRs.
Breaking changes
No breaking changes.
What's Changed
- chore: bump fast-xml-parser from 5.3.6 to 5.4.1 in /actions/parse-ci-reports in the npm-dependencies group by @dependabot[bot] in #481
- chore: bump the github-actions-dependencies group across 4 directories with 6 updates by @dependabot[bot] in #480
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #482
- chore: bump fast-xml-parser from 5.4.1 to 5.4.2 in /actions/parse-ci-reports in the npm-dependencies group by @dependabot[bot] in #484
- chore: bump fast-xml-parser from 5.4.2 to 5.5.3 in /actions/parse-ci-reports in the npm-dependencies group by @dependabot[bot] in #486
- chore: bump the github-actions-dependencies group across 2 directories with 3 updates by @dependabot[bot] in #485
- chore: bump fast-xml-parser from 5.5.3 to 5.5.6 in /actions/parse-ci-reports by @dependabot[bot] in #487
- chore: bump fast-xml-parser from 5.5.6 to 5.5.7 in /actions/parse-ci-reports by @dependabot[bot] in #488
- chore: bump the github-actions-dependencies group across 2 directories with 2 updates by @dependabot[bot] in #489
Full Changelog: 0.32.0...0.33.0
0.32.0
Release Summary
Actions: a new working-directory option was added to make running steps from a specific folder easier.
Documentation for actions and reusable workflows was refreshed across multiple PRs.
Internal maintenance: dependency updates landed for the GitHub Actions dependency group and the fast-xml-parser package used by actions/parse-ci-reports.
Breaking change(s)
No breaking changes.
What's Changed
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #465
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #466
- chore: bump fast-xml-parser from 5.3.3 to 5.3.4 in /actions/parse-ci-reports by @dependabot[bot] in #467
- chore: bump fast-xml-parser from 5.3.4 to 5.3.5 in /actions/parse-ci-reports in the npm-dependencies group by @dependabot[bot] in #470
- feat(actions): add working-directory by @neilime in #471
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #474
- chore: bump fast-xml-parser from 5.3.5 to 5.3.6 in /actions/parse-ci-reports in the npm-dependencies group by @dependabot[bot] in #472
- chore: bump the github-actions-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #473
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #475
- feat(actions): add working-directory by @neilime in #476
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #477
Full Changelog: 0.31.7...0.32.0
0.31.7
Release Summary
Documentation has been refreshed for actions and workflows, improving clarity for end users.
Internal maintenance updated GitHub Actions dependencies across multiple directories to keep CI up to date.
Breaking change(s)
There is no breaking change.
What's Changed
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #458
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #459
- chore: bump the github-actions-dependencies group across 2 directories with 6 updates by @dependabot[bot] in #462
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #463
- chore: bump the github-actions-dependencies group across 4 directories with 4 updates by @dependabot[bot] in #464
Full Changelog: 0.31.6...0.31.7
0.31.6
Release Summary
No user-facing changes in this release.
Internal: resolved lint issues to standardize code quality, refreshed actions/workflows documentation, and bumped GitHub Actions dependencies in 2 directories to keep CI stable.
Breaking change(s)
No breaking changes.
What's Changed
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #453
- chore: fix lint issues by @neilime in #454
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #455
- chore: bump the github-actions-dependencies group across 2 directories with 4 updates by @dependabot[bot] in #457
Full Changelog: 0.31.5...0.31.6
0.31.5
Release Summary
Documentation for actions and workflows has been refreshed to improve clarity and usage guidance.
Internal: GitHub Actions dependencies were updated across multiple directories and fast-xml-parser was patched to 5.3.3 in actions/parse-ci-reports to pick up bug fixes and performance improvements.
Breaking change(s)
No breaking changes were introduced
What's Changed
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #446
- chore(deps): bump the github-actions-dependencies group across 1 directory with 5 updates by @dependabot[bot] in #450
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #451
- chore(deps): bump fast-xml-parser from 5.3.2 to 5.3.3 in /actions/parse-ci-reports in the npm-dependencies group by @dependabot[bot] in #449
- chore(deps): bump the github-actions-dependencies group across 4 directories with 3 updates by @dependabot[bot] in #452
Full Changelog: 0.31.4...0.31.5
0.31.4
Release Summary
Actions and workflows documentation was updated for clarity.
Internal: GitHub Actions dependencies were bumped across several directories.
Breaking change(s)
There are no breaking changes.
What's Changed
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #443
- chore(deps): bump the github-actions-dependencies group across 4 directories with 4 updates by @dependabot[bot] in #444
- chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates by @dependabot[bot] in #445
Full Changelog: 0.31.3...0.31.4
0.31.3
Release Summary
No public changes.
Internal: updated actions/workflows documentation and bumped GitHub Actions dependencies in one directory.
Breaking change(s)
No breaking changes.
What's Changed
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #438
- chore(deps): bump the github-actions-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #442
Full Changelog: 0.31.2...0.31.3
0.31.2
Release Summary
Fix (parse-ci-reports): broadened support for content patterns in Astro check reports to improve parsing reliability.
No internal changes.
Breaking change(s)
No breaking changes.
What's Changed
Full Changelog: 0.31.1...0.31.2
0.31.1
Release Summary
No new features or bug fixes were introduced in this release.
Internal changes: documentation for actions and workflows was refreshed, and parse-ci-reports was refactored so auto-detection patterns are provided by individual parsers.
Breaking change(s)
There is no breaking change.
What's Changed
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #431
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #432
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #433
- refactor(parse-ci-reports): auto-detection patterns to be provided by parsers by @Copilot in #435
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #436
Full Changelog: 0.31.0...0.31.1
0.31.0
Release Summary
Feature: introduces the local-workflow-actions action to simplify using local composite actions. Fix (checkout): default persist-credentials is now false to harden security and prevent unintended token persistence.
Internal: documentation for actions and workflows has been refreshed.
Breaking change(s)
The checkout step now sets persist-credentials: false by default; workflows that rely on persisted GitHub tokens for subsequent Git operations must explicitly opt in or adjust authentication.
What's Changed
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #424
- fix(checkout)!: set persist-credentials to false by default for security reason by @neilime in #425
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #426
- feat: add local-workflow-actions action by @neilime in #427
- docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #430
Full Changelog: 0.30.2...0.31.0