Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 17, 2025

This PR contains the following updates:

Package Type Update Change
tj-actions/changed-files action major 4 -> 46

Warnings (1)

Please correct - or verify that you can safely ignore - these warnings before you merge this PR.

  • tj-actions/changed-files: Could not determine new digest for update (github-tags package tj-actions/changed-files)


Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

tj-actions/changed-files (tj-actions/changed-files)

v46

Compare Source

⚙️ Miscellaneous Tasks

  • deps: Bump yaml from 2.7.0 to 2.7.1 (#​2520) (ed68ef8) - (dependabot[bot])
  • deps-dev: Bump typescript from 5.8.2 to 5.8.3 (#​2516) (a7bc14b) - (dependabot[bot])
  • deps-dev: Bump @​types/node from 22.13.11 to 22.14.0 (#​2517) (3d751f6) - (dependabot[bot])
  • deps-dev: Bump eslint-plugin-prettier from 5.2.3 to 5.2.6 (#​2519) (e2fda4e) - (dependabot[bot])
  • deps-dev: Bump ts-jest from 29.2.6 to 29.3.1 (#​2518) (0bed1b1) - (dependabot[bot])
  • deps: Bump github/codeql-action from 3.28.12 to 3.28.15 (#​2530) (6802458) - (dependabot[bot])
  • deps: Bump tj-actions/branch-names from 8.0.1 to 8.1.0 (#​2521) (cf2e39e) - (dependabot[bot])
  • deps: Bump tj-actions/verify-changed-files from 20.0.1 to 20.0.4 (#​2523) (6abeaa5) - (dependabot[bot])

⬆️ Upgrades

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@​users.noreply.github.com> (6f67ee9) - (github-actions[bot])

v45

Compare Source

🐛 Bug Fixes

⚙️ Miscellaneous Tasks

⬆️ Upgrades

Co-authored-by: jackton1 <17484350+jackton1@​users.noreply.github.com> (a284dc1) - (tj-actions[bot])

Co-authored-by: jackton1 <17484350+jackton1@​users.noreply.github.com> (b1ba699) - (tj-actions[bot])

Co-authored-by: jackton1 <17484350+jackton1@​users.noreply.github.com> (ed8e9f6) - (tj-actions[bot])

Co-authored-by: jackton1 <17484350+jackton1@​users.noreply.github.com> (8082fbc) - (tj-actions[bot])

Co-authored-by: jackton1 <17484350+jackton1@​users.noreply.github.com> (6809677) - (tj-actions[bot])

v44

Compare Source

🐛 Bug Fixes

➕ Add

  • Added missing changes and modified dist assets.
    (598b721) - (GitHub Action)

📝 Rename

  • Renamed Files decomposed into Deleted: previous_filename and Added:filename (#​2236)

Co-authored-by: Tonye Jack [email protected] (f8034fb) - (Lukas Pfahler)

🔄 Update

Co-authored-by: jackton1 <17484350+jackton1@​users.noreply.github.com>
Co-authored-by: GitHub Action [email protected] (40853de) - (tj-actions[bot])

  • Update tsconfig.json (88201be) - (Tonye Jack)

📚 Documentation

  • Add Whadup as a contributor for code (#​2239) (94b94fe) - (allcontributors[bot])

⚙️ Miscellaneous Tasks

⬆️ Upgrades

Co-authored-by: jackton1 <17484350+jackton1@​users.noreply.github.com> (7103800) - (tj-actions[bot])

v43

Compare Source

🐛 Bug Fixes

  • Ensure the fork remote doesn't exists before creating it (#​2012) (4bbd49b) - (Tonye Jack)
  • Update previos sha for forks (#​2011) (f0e7702) - (Tonye Jack)
  • Update to add the fork remote (#​2010) (6354e6c) - (Tonye Jack)
  • Check for setting remote urls for forks (#​2009) (1176164) - (Tonye Jack)
  • Bug with prs from forks returning incorrect set of changed files (#​2007) (4ff7936) - (Tonye Jack)

➖ Remove

🔄 Update

Co-authored-by: jackton1 <17484350+jackton1@​users.noreply.github.com> (2d756ea) - (tj-actions[bot])

Co-authored-by: jackton1 <17484350+jackton1@​users.noreply.github.com> (2ca8dc4) - (tj-actions[bot])

  • Update README.md (4621617) - (tonyejack1)
  • Update README.md (c6557ed) - (Tonye Jack)
  • Update README.md (0713a11) - (Tonye Jack)

⚙️ Miscellaneous Tasks

  • Update description of outputs removing asterisks (#​2015) (ce497c3) - (tonyejack1)
  • Update description of other_deleted_files output (#​2008) (ee096d6) - (tonyejack1)
  • deps: Update typescript-eslint monorepo to v7.4.0 (0647424) - (renovate[bot])
  • deps: Lock file maintenance (efe5e6c) - (renovate[bot])

⬆️ Upgrades

Co-authored-by: jackton1 <17484350+jackton1@​users.noreply.github.com> (01e9662) - (tj-actions[bot])

v42

Compare Source

🚀 Features

  • Add support for returning true for any_{changed, modified, deleted} outputs when no patterns are specified (#​1988) (a5cf6aa) - (Tonye Jack)

🔄 Update

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@​users.noreply.github.com> (77af4be) - (tj-actions[bot])

⚙️ Miscellaneous Tasks

⬆️ Upgrades

Co-authored-by: jackton1 <17484350+jackton1@​users.noreply.github.com> (4918e11) - (tj-actions[bot])

v41

Compare Source

🚀 Features

  • Add support for include/exclude all nested files when a directory is specified and ends with a slash (#​1873) (ae82ed4) - (Tonye Jack)

🐛 Bug Fixes

📝 Rename

  • Unsupported REST API inputs constant name (#​1872) (cbd5907) - (Tonye Jack)

⚙️ Miscellaneous Tasks

  • deps: Update dependency prettier to v3.2.4 (79b060d) - (renovate[bot])

⬆️ Upgrades

Co-authored-by: jackton1 <jackton1@​users.noreply.github.com> (434b67e) - (tj-actions[bot])

v40

Compare Source

🐛 Bug Fixes

  • Update safe output regex and the docs (#​1805) (ff2f6e6) - (tj-actions[bot])

⏪ Reverts

  • Revert "chore(deps): update actions/download-artifact action to v4" (#​1806)

(4f573fe) - (Tonye Jack)

🔄 Update

  • Update README.md (6e79d6e) - (Tonye Jack)
  • Update README.md (d13ac19) - (Tonye Jack)
  • Update README.md (bb89f97) - (Tonye Jack)
  • Updated README.md (#​1810)

Co-authored-by: renovate[bot] <renovate[bot]@​users.noreply.github.com> (1864078) - (tj-actions[bot])

(47371c5) - (Tonye Jack)

📝 Other

  • feat: add safe_output input enabled by default

  • fix: migrate README to safe uses of interpolation

  • fix: README uses typo

  • fix: README examples to account for newlines

  • fix: README examples missing safe_output

  • fix: remove sanitization of '

  • fix: also sanitize |&; (0102c07) - (Jorge)

⚙️ Miscellaneous Tasks

  • deps: Lock file maintenance (f495a03) - (renovate[bot])
  • deps: Update dependency eslint-plugin-prettier to v5.1.1 (089842a) - (renovate[bot])
  • deps: Lock file maintenance (787db06) - (renovate[bot])
  • deps: Update dependency eslint-plugin-prettier to v5.1.0 (4ef6b56) - (renovate[bot])
  • deps: Update typescript-eslint monorepo to v6.15.0 (c9ae347) - (renovate[bot])

⬆️ Upgrades

Co-authored-by: jackton1 <jackton1@​users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@​users.noreply.github.com> (f9480db) - (tj-actions[bot])

v39

Compare Source

📦 Bumps

Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com> (955cdc8) - (dependabot[bot])

➕ Add

  • Added missing changes and modified dist assets.
    (af292f1) - (GitHub Action)
  • Added missing changes and modified dist assets.
    (e48cacb) - (GitHub Action)

➖ Remove

  • Appending globstar pattern for directories to prevent bugs with path matching (#​1670) (3ce5a29) - (Tonye Jack)

⚙️ Miscellaneous Tasks

  • deps: Lock file maintenance (2ddcb04) - (renovate[bot])
  • Update test.yml (d898dd0) - (Tonye Jack)
  • deps: Update dependency @​types/node to v20.8.9 (0e08afd) - (renovate[bot])
  • deps: Lock file maintenance (5aee572) - (renovate[bot])

⬆️ Upgrades

Co-authored-by: jackton1 <jackton1@​users.noreply.github.com> (c83cb31) - (tj-actions[bot])

v38

Compare Source

🔄 Update

  • Update README.md (632c84d) - (Tonye Jack)

⚙️ Miscellaneous Tasks

  • deps: Lock file maintenance (d68a666) - (renovate[bot])

⬆️ Upgrades

Co-authored-by: jackton1 <jackton1@​users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@​users.noreply.github.com> (07660d5) - (tj-actions[bot])

v37

Compare Source

🚀 Features

  • Add support for including matching changed files when dir_names is set to true (#​1464) (8789204) - (Tonye Jack)

🐛 Bug Fixes

🔄 Update

Co-authored-by: repo-ranger[bot] <repo-ranger[bot]@​users.noreply.github.com> (e8f1278) - (tj-actions[bot])

  • Update README.md (f8b4039) - (Tonye Jack)
  • Update README.md (0e8eddf) - (Tonye Jack)

⚙️ Miscellaneous Tasks

⬆️ Upgrades

Co-authored-by: jackton1 <jackton1@​users.noreply.github.com> (3645cf9) - (tj-actions[bot])

v36

Compare Source

🚀 Features

  • Add support for retrieving changed files via github rest api (#​1289) (fd5b3a4) - (Tonye Jack)

➖ Remove

🔄 Update

Co-authored-by: jackton1 <jackton1@​users.noreply.git


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner May 17, 2025 00:29
@renovate renovate bot added the review:tech label May 17, 2025
@netlify
Copy link

netlify bot commented May 17, 2025

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit cff6c2b
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6898bfda0220450008ce9a25
😎 Deploy Preview https://deploy-preview-1520--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 May 28, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 May 29, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 May 30, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jun 3, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jun 5, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jun 6, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jun 6, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jun 6, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jun 10, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jun 20, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jun 20, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jun 23, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jun 24, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jun 25, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jun 25, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jun 25, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jun 26, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jun 26, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jun 26, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jun 27, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jun 27, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jun 27, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jul 1, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jul 3, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jul 3, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jul 3, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jul 3, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jul 3, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jul 7, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jul 7, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jul 7, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jul 7, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jul 8, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jul 8, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jul 8, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jul 8, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jul 17, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jul 17, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jul 20, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jul 21, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jul 21, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jul 21, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jul 22, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jul 22, 2025
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jul 24, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jul 25, 2025
@renovate renovate bot force-pushed the renovate/tj-actions-changed-files-46.x branch from 7054c20 to 7f2fd99 Compare July 28, 2025 11:07
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 Update tj-actions/changed-files action to v46 Jul 29, 2025
@renovate renovate bot changed the title Update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 Jul 29, 2025
@renovate renovate bot force-pushed the renovate/tj-actions-changed-files-46.x branch from 7f2fd99 to cff6c2b Compare August 10, 2025 15:50
@renovate renovate bot changed the title chore(deps): update tj-actions/changed-files action to v46 chore(deps): update tj-actions/changed-files action to v46 - autoclosed Sep 14, 2025
@renovate renovate bot closed this Sep 14, 2025
@renovate renovate bot deleted the renovate/tj-actions-changed-files-46.x branch September 14, 2025 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant