Update mikepenz/action-junit-report action to v6 #18

Open
renovate-bot wants to merge 1 commit from renovate/mikepenz-action-junit-report-6.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
mikepenz/action-junit-report action major v4v6

Release Notes

mikepenz/action-junit-report (mikepenz/action-junit-report)

v6.4.1

Compare Source

💬 Other

  • chore: simplify renovate config to extend shared convention
  • ci: allow commit-dist to run for renovate-mike bot

📦 Dependencies

  • chore(deps): update devdependency non-major updates to v8.58.0
  • chore(deps): lock file maintenance
  • chore(deps): update node devdependency non-major updates
  • chore(deps): lock file maintenance
  • chore(deps): update node devdependency non-major updates
  • chore(deps): update dependency vite to v8.0.8
  • fix(deps): update dependency @​actions/github to v9.1.0
  • chore(deps): lock file maintenance
  • chore(deps): update node devdependency non-major updates
  • chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24-bullseye docker digest to 147a65f
  • chore(deps): lock file maintenance
  • fix(deps): update dependency @​actions/glob to v0.7.0
  • chore(deps): update mikepenz/action-gh-release action to v3
  • fix(deps): update dependency @​actions/github to v9.1.1
  • chore(deps): update node devdependency non-major updates
  • chore(deps): update dependency vite to v8.0.11
  • fix(deps): update dependency @​actions/core to v3.0.1

Contributors:

v6.4.0

Compare Source

💬 Other

  • Security hardening: Renovate, SHA-pinned actions, least-privilege permissions
  • fix: use PR author for commit-dist job condition

📦 Dependencies

  • Bump mikepenz/action-gh-release from 1 to 2
  • build(deps): upgrade dev dependencies
  • Bump flatted from 3.4.1 to 3.4.2 in the npm_and_yarn group across 1 directory
  • Bump eslint from 10.0.3 to 10.1.0
  • build(deps): bump picomatch from 4.0.3 to 4.0.4 in the npm_and_yarn group across 1 directory
  • chore(deps): update github actions updates
  • chore: upgrade TypeScript to v6
  • chore: pin all dependencies to exact versions
  • chore(deps): update dependency serialize-javascript to v7.0.5 [security]
  • chore(deps): update dependency webpack to v5.105.4

Contributors:

v6.3.1

Compare Source

📦 Dependencies

Contributors:

v6.3.0

Compare Source

🚀 Features

  • Upgrade npm dependencies to latest major versions
  • Support <error> Nodes Like <failure> in JUnit Parsing

📦 Dependencies

  • Upgrade npm dependencies to latest major versions
  • Bump minimatch from 3.1.2 to 3.1.4 in the npm_and_yarn group across 1 directory
  • build: upgrade dependencies to latest versions, including ESLint 10

Contributors:

v6.2.0

Compare Source

🐛 Fixes

  • Add space before test time in annotation output - FIX #​1489
  • Fix: Apply transformers to FILE_NAME in check_title_template

💬 Other

  • doc: update example versions in readme
  • chore: remove globals from devDependencies

📦 Dependencies

  • Update dependencies and code changes | GitHub Dependency upgrade to 9.x

Contributors:

v6.1.0

Compare Source

🚀 Features

  • Ensure flaky tests are included when includePassed=false
  • Improve handling of retrying tests | Fix wrong merging if test-name is equal
  • Allow includePassed to work independently of includePassed

🐛 Fixes

  • Improve handling of retrying tests | Fix wrong merging if test-name is equal

📦 Dependencies

  • Bump mikepenz/release-changelog-builder-action from 5 to 6
  • Bump actions/checkout from 5 to 6
  • chore: update dependencies to latest versions | @actions/core 2.0.1

Contributors:

v6.0.1

Compare Source

🚀 Features

  • Add report_url output for test report URLs

📦 Dependencies

  • Bump github/codeql-action from 3 to 4
  • Bump actions/setup-node from 5 to 6
  • Upgrade dev dependencies

Contributors:

v6.0.0

Compare Source

[!IMPORTANT]
This update moves to node24 for actions. For self-hosted runners ensure they are up2date.

🚀 Features

  • Add job_summary_text input to include custom text in job summary
  • Add include_skipped parameter to control skipped test visibility in summary tables

🧪 Tests

💬 Other

📦 Dependencies

  • Dev dependency upgrades
  • Update dev dependencies
  • Bump actions/checkout from 4 to 5
  • Bump actions/setup-node from 4 to 5
  • Upgrade dev dependencies

Contributors:

v6

Compare Source

💬 Other

  • chore: simplify renovate config to extend shared convention
  • ci: allow commit-dist to run for renovate-mike bot

📦 Dependencies

  • chore(deps): update devdependency non-major updates to v8.58.0
  • chore(deps): lock file maintenance
  • chore(deps): update node devdependency non-major updates
  • chore(deps): lock file maintenance
  • chore(deps): update node devdependency non-major updates
  • chore(deps): update dependency vite to v8.0.8
  • fix(deps): update dependency @​actions/github to v9.1.0
  • chore(deps): lock file maintenance
  • chore(deps): update node devdependency non-major updates
  • chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24-bullseye docker digest to 147a65f
  • chore(deps): lock file maintenance
  • fix(deps): update dependency @​actions/glob to v0.7.0
  • chore(deps): update mikepenz/action-gh-release action to v3
  • fix(deps): update dependency @​actions/github to v9.1.1
  • chore(deps): update node devdependency non-major updates
  • chore(deps): update dependency vite to v8.0.11
  • fix(deps): update dependency @​actions/core to v3.0.1

Contributors:

v5.6.2

Compare Source

🚀 Features

  • Add pr_id parameter to support PR comments from workflow_run contexts

📦 Dependencies

Contributors:

v5.6.1

Compare Source

🐛 Fixes

  • User server url from github.context

📦 Dependencies

Contributors:

v5.6.0

Compare Source

🚀 Features

  • Introduce support for multiple failures in a single test case
  • Add link to check in summary

📦 Dependencies

Contributors:

v5.5.1

Compare Source

🚀 Features

  • Add option to disable commenting if no tests are detected

💬 Other

📦 Dependencies

Contributors:

v5.5.0

Compare Source

🚀 Features

  • Include time in summary tables

📦 Dependencies

Contributors:

v5.4.0

Compare Source

🚀 Features

  • Add ability to ungroup tests by their report files
  • Configuration to skip empty (0 count) elements in summary table
  • Simplified Summary configuration

💬 Other

  • fix README.md to correctly reflect default value of skip_success_summary

📦 Dependencies

  • Update dev dependencies
  • Upgrade dependencies to latest version

Contributors:

v5.3.0

Compare Source

🚀 Features

  • Convert project to use ESM instead of CJS
  • Add new config to disable the verbose summary
  • Config to skip summaries for only successful tests

📦 Dependencies

  • [CI] Enable Dependabot for actions versions
  • Bump github/codeql-action from 2 to 3
  • Upgrade dev dependencies
  • Upgrade node dependencies

Contributors:

v5.2.0

Compare Source

🚀 Features

🐛 Fixes

  • Improve the error log if the root test suite can't be detected

📦 Dependencies

  • Upgrade dependencies to the latest stable versions

Contributors:

v5.1.0

Compare Source

🚀 Features

Contributors:

v5.0.1

Compare Source

🚀 Features

  • Always limit file resolution by workspace root

🐛 Fixes

  • Always limit file resolution by workspace root

💬 Other

  • Upgrade all dev dependencies | ESLint 9

📦 Dependencies

  • Upgrade all dev dependencies | ESLint 9

Contributors:

v5.0.0

Compare Source

[!NOTE]
v5 adjusts the format of the summary output. If you depend on the prior format, please verify the simplified format works for your usecase.

🚀 Features

  • Introduce new ability to include flaky tests in summary
  • Include flakyFailures block in retry count
  • Refactor testParser to enable it for future usecases
  • Allow configuration of bread_crumb_delimiter
  • Introduce flag to comment summary on PR
  • Improve transformer performance
  • Provide optimised class detection skipping globber if not required
  • Upgrade dependencies to latest major version
  • Add new API to skip annotations all-to-gether
  • Introduce flag to fail_on_parse_error
  • Improve parsing logic for nested suites
  • Configuration to enable grouping by TestSuite in the Detail Summary

🐛 Fixes

  • Require pull_request trigger to attach comment

💬 Other

📦 Dependencies

  • Upgrade dependencies
  • Dependency updates | glob 0.5.0, rest 21.0.2
  • Upgrade typescript node depencency
  • Upgrade dev npm dependencies

Contributors:

v5

Compare Source

  • no changes

Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) | action | major | `v4` → `v6` | --- ### Release Notes <details> <summary>mikepenz/action-junit-report (mikepenz/action-junit-report)</summary> ### [`v6.4.1`](https://github.com/mikepenz/action-junit-report/releases/tag/v6.4.1) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v6.4.0...v6.4.1) #### 💬 Other - chore: simplify renovate config to extend shared convention - PR: [#&#8203;1538](https://github.com/mikepenz/action-junit-report/issues/1538) - ci: allow commit-dist to run for renovate-mike bot - PR: [#&#8203;1541](https://github.com/mikepenz/action-junit-report/issues/1541) #### 📦 Dependencies - chore(deps): update devdependency non-major updates to v8.58.0 - PR: [#&#8203;1535](https://github.com/mikepenz/action-junit-report/issues/1535) - chore(deps): lock file maintenance - PR: [#&#8203;1540](https://github.com/mikepenz/action-junit-report/issues/1540) - chore(deps): update node devdependency non-major updates - PR: [#&#8203;1539](https://github.com/mikepenz/action-junit-report/issues/1539) - chore(deps): lock file maintenance - PR: [#&#8203;1545](https://github.com/mikepenz/action-junit-report/issues/1545) - chore(deps): update node devdependency non-major updates - PR: [#&#8203;1543](https://github.com/mikepenz/action-junit-report/issues/1543) - chore(deps): update dependency vite to v8.0.8 - PR: [#&#8203;1542](https://github.com/mikepenz/action-junit-report/issues/1542) - fix(deps): update dependency [@&#8203;actions/github](https://github.com/actions/github) to v9.1.0 - PR: [#&#8203;1544](https://github.com/mikepenz/action-junit-report/issues/1544) - chore(deps): lock file maintenance - PR: [#&#8203;1548](https://github.com/mikepenz/action-junit-report/issues/1548) - chore(deps): update node devdependency non-major updates - PR: [#&#8203;1547](https://github.com/mikepenz/action-junit-report/issues/1547) - chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24-bullseye docker digest to [`147a65f`](https://github.com/mikepenz/action-junit-report/commit/147a65f) - PR: [#&#8203;1546](https://github.com/mikepenz/action-junit-report/issues/1546) - chore(deps): lock file maintenance - PR: [#&#8203;1555](https://github.com/mikepenz/action-junit-report/issues/1555) - fix(deps): update dependency [@&#8203;actions/glob](https://github.com/actions/glob) to v0.7.0 - PR: [#&#8203;1554](https://github.com/mikepenz/action-junit-report/issues/1554) - chore(deps): update mikepenz/action-gh-release action to v3 - PR: [#&#8203;1556](https://github.com/mikepenz/action-junit-report/issues/1556) - fix(deps): update dependency [@&#8203;actions/github](https://github.com/actions/github) to v9.1.1 - PR: [#&#8203;1553](https://github.com/mikepenz/action-junit-report/issues/1553) - chore(deps): update node devdependency non-major updates - PR: [#&#8203;1551](https://github.com/mikepenz/action-junit-report/issues/1551) - chore(deps): update dependency vite to v8.0.11 - PR: [#&#8203;1550](https://github.com/mikepenz/action-junit-report/issues/1550) - fix(deps): update dependency [@&#8203;actions/core](https://github.com/actions/core) to v3.0.1 - PR: [#&#8203;1552](https://github.com/mikepenz/action-junit-report/issues/1552) #### Contributors: - [@&#8203;renovate-mike](https://github.com/renovate-mike)\[bot], [@&#8203;mikepenz](https://github.com/mikepenz) ### [`v6.4.0`](https://github.com/mikepenz/action-junit-report/releases/tag/v6.4.0) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v6.3.1...v6.4.0) #### 💬 Other - Security hardening: Renovate, SHA-pinned actions, least-privilege permissions - PR: [#&#8203;1524](https://github.com/mikepenz/action-junit-report/issues/1524) - fix: use PR author for commit-dist job condition - PR: [#&#8203;1528](https://github.com/mikepenz/action-junit-report/issues/1528) #### 📦 Dependencies - Bump mikepenz/action-gh-release from 1 to 2 - PR: [#&#8203;1519](https://github.com/mikepenz/action-junit-report/issues/1519) - build(deps): upgrade dev dependencies - PR: [#&#8203;1520](https://github.com/mikepenz/action-junit-report/issues/1520) - Bump flatted from 3.4.1 to 3.4.2 in the npm\_and\_yarn group across 1 directory - PR: [#&#8203;1521](https://github.com/mikepenz/action-junit-report/issues/1521) - Bump eslint from 10.0.3 to 10.1.0 - PR: [#&#8203;1522](https://github.com/mikepenz/action-junit-report/issues/1522) - build(deps): bump picomatch from 4.0.3 to 4.0.4 in the npm\_and\_yarn group across 1 directory - PR: [#&#8203;1523](https://github.com/mikepenz/action-junit-report/issues/1523) - chore(deps): update github actions updates - PR: [#&#8203;1526](https://github.com/mikepenz/action-junit-report/issues/1526) - chore: upgrade TypeScript to v6 - PR: [#&#8203;1529](https://github.com/mikepenz/action-junit-report/issues/1529) - chore: pin all dependencies to exact versions - PR: [#&#8203;1530](https://github.com/mikepenz/action-junit-report/issues/1530) - chore(deps): update dependency serialize-javascript to v7.0.5 \[security] - PR: [#&#8203;1531](https://github.com/mikepenz/action-junit-report/issues/1531) - chore(deps): update dependency webpack to v5.105.4 - PR: [#&#8203;1532](https://github.com/mikepenz/action-junit-report/issues/1532) #### Contributors: - [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;mikepenz](https://github.com/mikepenz) ### [`v6.3.1`](https://github.com/mikepenz/action-junit-report/releases/tag/v6.3.1) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v6.3.0...v6.3.1) #### 📦 Dependencies - Upgrade NPM dependencies - PR: [#&#8203;1512](https://github.com/mikepenz/action-junit-report/issues/1512) #### Contributors: - [@&#8203;mikepenz](https://github.com/mikepenz) ### [`v6.3.0`](https://github.com/mikepenz/action-junit-report/releases/tag/v6.3.0) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v6.2.0...v6.3.0) #### 🚀 Features - Upgrade npm dependencies to latest major versions - PR: [#&#8203;1499](https://github.com/mikepenz/action-junit-report/issues/1499) - Support `<error>` Nodes Like `<failure>` in JUnit Parsing - PR: [#&#8203;1509](https://github.com/mikepenz/action-junit-report/issues/1509) #### 📦 Dependencies - Upgrade npm dependencies to latest major versions - PR: [#&#8203;1499](https://github.com/mikepenz/action-junit-report/issues/1499) - Bump minimatch from 3.1.2 to 3.1.4 in the npm\_and\_yarn group across 1 directory - PR: [#&#8203;1510](https://github.com/mikepenz/action-junit-report/issues/1510) - build: upgrade dependencies to latest versions, including ESLint 10 - PR: [#&#8203;1511](https://github.com/mikepenz/action-junit-report/issues/1511) #### Contributors: - [@&#8203;mikepenz](https://github.com/mikepenz), [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;MaximilianAnzinger](https://github.com/MaximilianAnzinger) ### [`v6.2.0`](https://github.com/mikepenz/action-junit-report/releases/tag/v6.2.0) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v6.1.0...v6.2.0) #### 🐛 Fixes - Add space before test time in annotation output - FIX [#&#8203;1489](https://github.com/mikepenz/action-junit-report/issues/1489) - PR: [#&#8203;1492](https://github.com/mikepenz/action-junit-report/issues/1492) - Fix: Apply transformers to FILE\_NAME in check\_title\_template - PR: [#&#8203;1494](https://github.com/mikepenz/action-junit-report/issues/1494) #### 💬 Other - doc: update example versions in readme - PR: [#&#8203;1491](https://github.com/mikepenz/action-junit-report/issues/1491) - chore: remove globals from devDependencies - PR: [#&#8203;1495](https://github.com/mikepenz/action-junit-report/issues/1495) #### 📦 Dependencies - Update dependencies and code changes | GitHub Dependency upgrade to 9.x - PR: [#&#8203;1493](https://github.com/mikepenz/action-junit-report/issues/1493) #### Contributors: - [@&#8203;pajlada](https://github.com/pajlada), [@&#8203;mikepenz](https://github.com/mikepenz) ### [`v6.1.0`](https://github.com/mikepenz/action-junit-report/releases/tag/v6.1.0) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v6.0.1...v6.1.0) #### 🚀 Features - Ensure flaky tests are included when includePassed=false - PR: [#&#8203;1459](https://github.com/mikepenz/action-junit-report/issues/1459) - Improve handling of retrying tests | Fix wrong merging if test-name is equal - PR: [#&#8203;1482](https://github.com/mikepenz/action-junit-report/issues/1482) - Allow `includePassed` to work independently of `includePassed` - PR: [#&#8203;1483](https://github.com/mikepenz/action-junit-report/issues/1483) #### 🐛 Fixes - Improve handling of retrying tests | Fix wrong merging if test-name is equal - PR: [#&#8203;1482](https://github.com/mikepenz/action-junit-report/issues/1482) #### 📦 Dependencies - Bump mikepenz/release-changelog-builder-action from 5 to 6 - PR: [#&#8203;1462](https://github.com/mikepenz/action-junit-report/issues/1462) - Bump actions/checkout from 5 to 6 - PR: [#&#8203;1470](https://github.com/mikepenz/action-junit-report/issues/1470) - chore: update dependencies to latest versions | `@actions/core 2.0.1` - PR: [#&#8203;1481](https://github.com/mikepenz/action-junit-report/issues/1481) #### Contributors: - [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;mikepenz](https://github.com/mikepenz), [@&#8203;DataWearsAHood](https://github.com/DataWearsAHood) ### [`v6.0.1`](https://github.com/mikepenz/action-junit-report/releases/tag/v6.0.1) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v6...v6.0.1) #### 🚀 Features - Add report\_url output for test report URLs - PR: [#&#8203;1456](https://github.com/mikepenz/action-junit-report/issues/1456) #### 📦 Dependencies - Bump github/codeql-action from 3 to 4 - PR: [#&#8203;1443](https://github.com/mikepenz/action-junit-report/issues/1443) - Bump actions/setup-node from 5 to 6 - PR: [#&#8203;1450](https://github.com/mikepenz/action-junit-report/issues/1450) - Upgrade dev dependencies - PR: [#&#8203;1458](https://github.com/mikepenz/action-junit-report/issues/1458) #### Contributors: - [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;Copilot](https://github.com/Copilot), [@&#8203;mikepenz](https://github.com/mikepenz) ### [`v6.0.0`](https://github.com/mikepenz/action-junit-report/releases/tag/v6.0.0) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v6...v6) > \[!IMPORTANT]\ > This update moves to `node24` for actions. For self-hosted runners ensure they are up2date. #### 🚀 Features - Add `job_summary_text` input to include custom text in job summary - PR: [#&#8203;1439](https://github.com/mikepenz/action-junit-report/issues/1439) - Add include\_skipped parameter to control skipped test visibility in summary tables - PR: [#&#8203;1411](https://github.com/mikepenz/action-junit-report/issues/1411) #### 🧪 Tests - Replace Jest with Vitest - PR: [#&#8203;1436](https://github.com/mikepenz/action-junit-report/issues/1436) #### 💬 Other - Fix README.md - PR: [#&#8203;1381](https://github.com/mikepenz/action-junit-report/issues/1381) - Update devcontainer - PR: [#&#8203;1404](https://github.com/mikepenz/action-junit-report/issues/1404) #### 📦 Dependencies - Dev dependency upgrades - PR: [#&#8203;1383](https://github.com/mikepenz/action-junit-report/issues/1383) - Update dev dependencies - PR: [#&#8203;1405](https://github.com/mikepenz/action-junit-report/issues/1405) - Bump actions/checkout from 4 to 5 - PR: [#&#8203;1408](https://github.com/mikepenz/action-junit-report/issues/1408) - Bump actions/setup-node from 4 to 5 - PR: [#&#8203;1418](https://github.com/mikepenz/action-junit-report/issues/1418) - Upgrade dev dependencies - PR: [#&#8203;1437](https://github.com/mikepenz/action-junit-report/issues/1437) #### Contributors: - [@&#8203;mdolinin](https://github.com/mdolinin), [@&#8203;mikepenz](https://github.com/mikepenz), [@&#8203;Copilot](https://github.com/Copilot), [@&#8203;dependabot](https://github.com/dependabot)\[bot] ### [`v6`](https://github.com/mikepenz/action-junit-report/releases/tag/v6) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v5.6.2...v6) #### 💬 Other - chore: simplify renovate config to extend shared convention - PR: [#&#8203;1538](https://github.com/mikepenz/action-junit-report/issues/1538) - ci: allow commit-dist to run for renovate-mike bot - PR: [#&#8203;1541](https://github.com/mikepenz/action-junit-report/issues/1541) #### 📦 Dependencies - chore(deps): update devdependency non-major updates to v8.58.0 - PR: [#&#8203;1535](https://github.com/mikepenz/action-junit-report/issues/1535) - chore(deps): lock file maintenance - PR: [#&#8203;1540](https://github.com/mikepenz/action-junit-report/issues/1540) - chore(deps): update node devdependency non-major updates - PR: [#&#8203;1539](https://github.com/mikepenz/action-junit-report/issues/1539) - chore(deps): lock file maintenance - PR: [#&#8203;1545](https://github.com/mikepenz/action-junit-report/issues/1545) - chore(deps): update node devdependency non-major updates - PR: [#&#8203;1543](https://github.com/mikepenz/action-junit-report/issues/1543) - chore(deps): update dependency vite to v8.0.8 - PR: [#&#8203;1542](https://github.com/mikepenz/action-junit-report/issues/1542) - fix(deps): update dependency [@&#8203;actions/github](https://github.com/actions/github) to v9.1.0 - PR: [#&#8203;1544](https://github.com/mikepenz/action-junit-report/issues/1544) - chore(deps): lock file maintenance - PR: [#&#8203;1548](https://github.com/mikepenz/action-junit-report/issues/1548) - chore(deps): update node devdependency non-major updates - PR: [#&#8203;1547](https://github.com/mikepenz/action-junit-report/issues/1547) - chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24-bullseye docker digest to [`147a65f`](https://github.com/mikepenz/action-junit-report/commit/147a65f) - PR: [#&#8203;1546](https://github.com/mikepenz/action-junit-report/issues/1546) - chore(deps): lock file maintenance - PR: [#&#8203;1555](https://github.com/mikepenz/action-junit-report/issues/1555) - fix(deps): update dependency [@&#8203;actions/glob](https://github.com/actions/glob) to v0.7.0 - PR: [#&#8203;1554](https://github.com/mikepenz/action-junit-report/issues/1554) - chore(deps): update mikepenz/action-gh-release action to v3 - PR: [#&#8203;1556](https://github.com/mikepenz/action-junit-report/issues/1556) - fix(deps): update dependency [@&#8203;actions/github](https://github.com/actions/github) to v9.1.1 - PR: [#&#8203;1553](https://github.com/mikepenz/action-junit-report/issues/1553) - chore(deps): update node devdependency non-major updates - PR: [#&#8203;1551](https://github.com/mikepenz/action-junit-report/issues/1551) - chore(deps): update dependency vite to v8.0.11 - PR: [#&#8203;1550](https://github.com/mikepenz/action-junit-report/issues/1550) - fix(deps): update dependency [@&#8203;actions/core](https://github.com/actions/core) to v3.0.1 - PR: [#&#8203;1552](https://github.com/mikepenz/action-junit-report/issues/1552) #### Contributors: - [@&#8203;renovate-mike](https://github.com/renovate-mike)\[bot], [@&#8203;mikepenz](https://github.com/mikepenz) ### [`v5.6.2`](https://github.com/mikepenz/action-junit-report/releases/tag/v5.6.2) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v5.6.1...v5.6.2) #### 🚀 Features - Add pr\_id parameter to support PR comments from workflow\_run contexts - PR: [#&#8203;1379](https://github.com/mikepenz/action-junit-report/issues/1379) #### 📦 Dependencies - Upgrade dev dependencies - PR: [#&#8203;1380](https://github.com/mikepenz/action-junit-report/issues/1380) #### Contributors: - [@&#8203;Copilot](https://github.com/Copilot), [@&#8203;mikepenz](https://github.com/mikepenz) ### [`v5.6.1`](https://github.com/mikepenz/action-junit-report/releases/tag/v5.6.1) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v5.6.0...v5.6.1) #### 🐛 Fixes - User server url from `github.context` - PR: [#&#8203;1366](https://github.com/mikepenz/action-junit-report/issues/1366) #### 📦 Dependencies - Upgrade Dev Dependencies - PR: [#&#8203;1367](https://github.com/mikepenz/action-junit-report/issues/1367) #### Contributors: - [@&#8203;mikepenz](https://github.com/mikepenz) ### [`v5.6.0`](https://github.com/mikepenz/action-junit-report/releases/tag/v5.6.0) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v5.5.1...v5.6.0) #### 🚀 Features - Introduce support for multiple failures in a single test case - PR: [#&#8203;1354](https://github.com/mikepenz/action-junit-report/issues/1354) - Add link to check in summary - PR: [#&#8203;1355](https://github.com/mikepenz/action-junit-report/issues/1355) #### 📦 Dependencies - Update `dev` dependencies - PR: [#&#8203;1337](https://github.com/mikepenz/action-junit-report/issues/1337) - Upgrade Dependencies - PR: [#&#8203;1353](https://github.com/mikepenz/action-junit-report/issues/1353) #### Contributors: - [@&#8203;mikepenz](https://github.com/mikepenz) ### [`v5.5.1`](https://github.com/mikepenz/action-junit-report/releases/tag/v5.5.1) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v5.5.0...v5.5.1) #### 🚀 Features - Add option to disable commenting if no tests are detected - PR: [#&#8203;1333](https://github.com/mikepenz/action-junit-report/issues/1333) #### 💬 Other - Update README - PR: [#&#8203;1331](https://github.com/mikepenz/action-junit-report/issues/1331) #### 📦 Dependencies - Upgrade dev dependencies - PR: [#&#8203;1332](https://github.com/mikepenz/action-junit-report/issues/1332) #### Contributors: - [@&#8203;mikepenz](https://github.com/mikepenz) ### [`v5.5.0`](https://github.com/mikepenz/action-junit-report/releases/tag/v5.5.0) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v5.4.0...v5.5.0) #### 🚀 Features - Include time in summary tables - PR: [#&#8203;1318](https://github.com/mikepenz/action-junit-report/issues/1318) #### 📦 Dependencies - Dependency upgrades - PR: [#&#8203;1317](https://github.com/mikepenz/action-junit-report/issues/1317) #### Contributors: - [@&#8203;mikepenz](https://github.com/mikepenz) ### [`v5.4.0`](https://github.com/mikepenz/action-junit-report/releases/tag/v5.4.0) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v5.3.0...v5.4.0) #### 🚀 Features - Add ability to ungroup tests by their report files - PR: [#&#8203;1298](https://github.com/mikepenz/action-junit-report/issues/1298) - Configuration to skip empty (0 count) elements in summary table - PR: [#&#8203;1309](https://github.com/mikepenz/action-junit-report/issues/1309) - Simplified Summary configuration - PR: [#&#8203;1310](https://github.com/mikepenz/action-junit-report/issues/1310) #### 💬 Other - fix README.md to correctly reflect default value of skip\_success\_summary - PR: [#&#8203;1292](https://github.com/mikepenz/action-junit-report/issues/1292) #### 📦 Dependencies - Update dev dependencies - PR: [#&#8203;1299](https://github.com/mikepenz/action-junit-report/issues/1299) - Upgrade dependencies to latest version - PR: [#&#8203;1308](https://github.com/mikepenz/action-junit-report/issues/1308) #### Contributors: - [@&#8203;tsn0x0](https://github.com/tsn0x0), [@&#8203;mikepenz](https://github.com/mikepenz) ### [`v5.3.0`](https://github.com/mikepenz/action-junit-report/releases/tag/v5.3.0) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v5.2.0...v5.3.0) #### 🚀 Features - Convert project to use ESM instead of CJS - PR: [#&#8203;1269](https://github.com/mikepenz/action-junit-report/issues/1269) - Add new config to disable the verbose summary - PR: [#&#8203;1289](https://github.com/mikepenz/action-junit-report/issues/1289) - Config to skip summaries for only successful tests - PR: [#&#8203;1291](https://github.com/mikepenz/action-junit-report/issues/1291) #### 📦 Dependencies - \[CI] Enable Dependabot for actions versions - PR: [#&#8203;1270](https://github.com/mikepenz/action-junit-report/issues/1270) - Bump github/codeql-action from 2 to 3 - PR: [#&#8203;1271](https://github.com/mikepenz/action-junit-report/issues/1271) - Upgrade `dev` dependencies - PR: [#&#8203;1279](https://github.com/mikepenz/action-junit-report/issues/1279) - Upgrade node dependencies - PR: [#&#8203;1290](https://github.com/mikepenz/action-junit-report/issues/1290) #### Contributors: - [@&#8203;mikepenz](https://github.com/mikepenz), [@&#8203;dependabot](https://github.com/dependabot)\[bot] ### [`v5.2.0`](https://github.com/mikepenz/action-junit-report/releases/tag/v5.2.0) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v5.1.0...v5.2.0) #### 🚀 Features - Feat: Allow ignoring the `classname` attribute when calling `resolveFileAndLine` - PR: [#&#8203;1259](https://github.com/mikepenz/action-junit-report/issues/1259) - Thanks [@&#8203;ptsd](https://github.com/ptsd) - Refine summary details - PR: [#&#8203;1268](https://github.com/mikepenz/action-junit-report/issues/1268) - Thanks [@&#8203;JayBazuzi](https://github.com/JayBazuzi), [@&#8203;4dsherwood](https://github.com/4dsherwood), [@&#8203;MichaelRWolf](https://github.com/MichaelRWolf), [@&#8203;isidore](https://github.com/isidore), [@&#8203;susanfung](https://github.com/susanfung) for the great proposal! #### 🐛 Fixes - Improve the error log if the root test suite can't be detected - PR: [#&#8203;1266](https://github.com/mikepenz/action-junit-report/issues/1266) #### 📦 Dependencies - Upgrade dependencies to the latest stable versions - PR: [#&#8203;1267](https://github.com/mikepenz/action-junit-report/issues/1267) #### Contributors: - [@&#8203;mikepenz](https://github.com/mikepenz), [@&#8203;ptsd](https://github.com/ptsd) ### [`v5.1.0`](https://github.com/mikepenz/action-junit-report/releases/tag/v5.1.0) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v5.0.1...v5.1.0) #### 🚀 Features - Add `retried` to output - PR: [#&#8203;1238](https://github.com/mikepenz/action-junit-report/issues/1238) #### Contributors: - [@&#8203;saturninoabril](https://github.com/saturninoabril) ### [`v5.0.1`](https://github.com/mikepenz/action-junit-report/releases/tag/v5.0.1) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v5...v5.0.1) #### 🚀 Features - Always limit file resolution by workspace root - PR: [#&#8203;1253](https://github.com/mikepenz/action-junit-report/issues/1253) #### 🐛 Fixes - Always limit file resolution by workspace root - PR: [#&#8203;1253](https://github.com/mikepenz/action-junit-report/issues/1253) #### 💬 Other - Upgrade all dev dependencies | ESLint 9 - PR: [#&#8203;1254](https://github.com/mikepenz/action-junit-report/issues/1254) #### 📦 Dependencies - Upgrade all dev dependencies | ESLint 9 - PR: [#&#8203;1254](https://github.com/mikepenz/action-junit-report/issues/1254) #### Contributors: - [@&#8203;mikepenz](https://github.com/mikepenz) ### [`v5.0.0`](https://github.com/mikepenz/action-junit-report/releases/tag/v5.0.0) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v5...v5) > \[!NOTE]\ > v5 adjusts the format of the summary output. If you depend on the prior format, please verify the simplified format works for your usecase. #### 🚀 Features - Introduce new ability to include flaky tests in summary - PR: [#&#8203;1115](https://github.com/mikepenz/action-junit-report/issues/1115) - Include `flakyFailures` block in `retry` count - PR: [#&#8203;1118](https://github.com/mikepenz/action-junit-report/issues/1118) - Refactor `testParser` to enable it for future usecases - PR: [#&#8203;1119](https://github.com/mikepenz/action-junit-report/issues/1119) - Allow configuration of `bread_crumb_delimiter` - PR: [#&#8203;1120](https://github.com/mikepenz/action-junit-report/issues/1120) - Introduce flag to comment summary on PR - PR: [#&#8203;1167](https://github.com/mikepenz/action-junit-report/issues/1167) - Improve transformer performance - PR: [#&#8203;1182](https://github.com/mikepenz/action-junit-report/issues/1182) - Provide optimised class detection skipping globber if not required - PR: [#&#8203;1183](https://github.com/mikepenz/action-junit-report/issues/1183) - Upgrade dependencies to latest major version - PR: [#&#8203;1220](https://github.com/mikepenz/action-junit-report/issues/1220) - Add new API to skip annotations all-to-gether - PR: [#&#8203;1221](https://github.com/mikepenz/action-junit-report/issues/1221) - Introduce flag to `fail_on_parse_error` - PR: [#&#8203;1222](https://github.com/mikepenz/action-junit-report/issues/1222) - Improve parsing logic for nested suites - PR: [#&#8203;1224](https://github.com/mikepenz/action-junit-report/issues/1224) - Configuration to enable grouping by TestSuite in the Detail Summary - PR: [#&#8203;1225](https://github.com/mikepenz/action-junit-report/issues/1225) #### 🐛 Fixes - Require `pull_request` trigger to attach comment - PR: [#&#8203;1181](https://github.com/mikepenz/action-junit-report/issues/1181) #### 💬 Other - Move test CI steps - PR: [#&#8203;1116](https://github.com/mikepenz/action-junit-report/issues/1116) - Slight code cleanup - PR: [#&#8203;1223](https://github.com/mikepenz/action-junit-report/issues/1223) #### 📦 Dependencies - Upgrade dependencies - PR: [#&#8203;1117](https://github.com/mikepenz/action-junit-report/issues/1117) - Dependency updates | glob 0.5.0, rest 21.0.2 - PR: [#&#8203;1169](https://github.com/mikepenz/action-junit-report/issues/1169) - Upgrade typescript node depencency - PR: [#&#8203;1184](https://github.com/mikepenz/action-junit-report/issues/1184) - Upgrade dev npm dependencies - PR: [#&#8203;1237](https://github.com/mikepenz/action-junit-report/issues/1237) #### Contributors: - [@&#8203;mikepenz](https://github.com/mikepenz), [@&#8203;gilesw](https://github.com/gilesw) ### [`v5`](https://github.com/mikepenz/action-junit-report/releases/tag/v5) [Compare Source](https://github.com/mikepenz/action-junit-report/compare/v4.3.1...v5) - no changes </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Amsterdam) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjEzLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
chore(deps): update mikepenz/action-junit-report action to v6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
02cf624605
renovate-bot changed title from chore(deps): update mikepenz/action-junit-report action to v6 to Update mikepenz/action-junit-report action to v6 2026-05-07 06:02:48 +00:00
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/mikepenz-action-junit-report-6.x:renovate/mikepenz-action-junit-report-6.x
git switch renovate/mikepenz-action-junit-report-6.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/mikepenz-action-junit-report-6.x
git switch renovate/mikepenz-action-junit-report-6.x
git rebase master
git switch master
git merge --ff-only renovate/mikepenz-action-junit-report-6.x
git switch renovate/mikepenz-action-junit-report-6.x
git rebase master
git switch master
git merge --no-ff renovate/mikepenz-action-junit-report-6.x
git switch master
git merge --squash renovate/mikepenz-action-junit-report-6.x
git switch master
git merge --ff-only renovate/mikepenz-action-junit-report-6.x
git switch master
git merge renovate/mikepenz-action-junit-report-6.x
git push origin master
Sign in to join this conversation.
No description provided.