Skip to content

build(deps): Bump the github-actions-dependencies group across 1 directory with 2 updates#338

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-ae1b05f46b
Open

build(deps): Bump the github-actions-dependencies group across 1 directory with 2 updates#338
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-ae1b05f46b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps the github-actions-dependencies group with 2 updates in the / directory: WyriHaximus/github-action-get-previous-tag and tj-actions/changed-files.

Updates WyriHaximus/github-action-get-previous-tag from 1.4.0 to 2.0.0

Release notes

Sourced from WyriHaximus/github-action-get-previous-tag's releases.

v2.0.0

Migration

Migrating from prefix to pattern going from this:

prefix: foo-bar

To:

pattern: foo-bar*

Note the astrix (*) at the end. That was always added by default in the previous version. And is the default for pattern. But if you specify your own pattern and it used be a prefix, you MUST add the astrix (*) at the end. It's not suffixed by default anymore because we want to give you full controll over the pattern (after refs/tags/) so you can do things like semver (v*[0-9].*[0-9].*[0-9]) with it without us meddling with it.

v2.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 11
  • Total contributors: 4

Bug 🐞

Dependencies 📦

Feature 🏗

Enhancement ✨

Commits
  • 61819f3 Merge pull request #78 from WyriHaximus/use-node24
  • 87e69ea Upgrade to node24
  • 3b4323c Merge pull request #77 from WyriHaximus/absolve-prefix-into-pattern
  • f9b50b5 Absolve prefix into pattern
  • 03e9ecf Merge pull request #76 from WyriHaximus/fix-errors
  • 3beb7e6 Fix errors
  • b7e5a48 Merge pull request #75 from WyriHaximus/support-tag-pattern-matching
  • 7a15cff Support tag pattern matching
  • 24e8f0d Merge pull request #56 from epm-marcus/patch-1
  • 1d3f1e3 Fixed a problem with sorting of tags
  • Additional commits viewable in compare view

Updates tj-actions/changed-files from 47.0.1 to 47.0.2

Release notes

Sourced from tj-actions/changed-files's releases.

v47.0.2

What's Changed

Full Changelog: tj-actions/changed-files@v47.0.1...v47.0.2

Commits
  • 8cba46e chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 (#2766)
  • 925972f chore(deps-dev): bump @​types/node from 25.0.0 to 25.2.2 (#2793)
  • a98754b chore(deps): bump @​stdlib/utils-convert-path from 0.2.2 to 0.2.3 (#2795)
  • 9c13e73 chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#2777)
  • caee9d9 fix: Update test.yml (#2781)
  • 16d791c chore(deps-dev): bump @​types/lodash from 4.17.21 to 4.17.23 (#2759)
  • 8e056de chore(deps-dev): bump eslint-plugin-jest from 29.11.0 to 29.12.1 (#2756)
  • 7d5bbf4 Updated README.md (#2771)
  • 078e2bc chore(deps): bump github/codeql-action from 4.31.7 to 4.31.10 (#2761)
  • 8c4da28 feat: add support for excluding symlinks and fix bug with commit not found (#...
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ctory with 2 updates

Bumps the github-actions-dependencies group with 2 updates in the / directory: [WyriHaximus/github-action-get-previous-tag](https://github.com/wyrihaximus/github-action-get-previous-tag) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files).


Updates `WyriHaximus/github-action-get-previous-tag` from 1.4.0 to 2.0.0
- [Release notes](https://github.com/wyrihaximus/github-action-get-previous-tag/releases)
- [Commits](WyriHaximus/github-action-get-previous-tag@04e8485...61819f3)

Updates `tj-actions/changed-files` from 47.0.1 to 47.0.2
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@e002140...8cba46e)

---
updated-dependencies:
- dependency-name: WyriHaximus/github-action-get-previous-tag
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: tj-actions/changed-files
  dependency-version: 47.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 13, 2026
@github-actions
Copy link
Contributor

Hi, thank you for creating your PR, we will check it out very soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants