Skip to content

Comments

chore(deps): update gittools/actions action to v4.3.3#65

Merged
danstis merged 1 commit intomasterfrom
renovate/gittools-actions-4.x
Feb 23, 2026
Merged

chore(deps): update gittools/actions action to v4.3.3#65
danstis merged 1 commit intomasterfrom
renovate/gittools-actions-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2026

This PR contains the following updates:

Package Type Update Change
gittools/actions action patch v4.3.2v4.3.3

Release Notes

gittools/actions (gittools/actions)

v4.3.3

Compare Source

As part of this release we had 10 commits which resulted in 1 issue being closed.

Improvements

  • #​1970 Move re-usable steps into composite actions in the gittools/cicd repository
SHA256 Hashes of the release artifacts
  • 2207bbdf742767043711581535de911ec26a90c005ba3740e1f0f2dcfd2628c0 - gittools.gittools-4.3.3.260223212.vsix

Configuration

📅 Schedule: 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 was generated by Mend Renovate. View the repository job log.

@sophie-syntax
Copy link

sophie-syntax bot commented Feb 23, 2026

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Compatibility

Confirm the gittools/actions patch update doesn’t introduce behavioral changes impacting GitVersion setup/execute for versionSpec: "6.x" or your tagging flow (e.g., changed outputs, required permissions, or execution defaults).

- name: Install GitVersion
  uses: gittools/actions/gitversion/setup@v4.3.3
  with:
    versionSpec: "6.x"

- name: Version with GitVersion # https://github.com/marketplace/actions/use-actions
  id: gitversion
  uses: gittools/actions/gitversion/execute@v4.3.3
Workflow Scope

Validate that the job condition contains(github.ref, 'master') still targets the intended refs (e.g., refs/heads/master vs tags) so the updated GitVersion steps run only when expected.

if: contains(github.ref, 'master')
steps:

@sophie-syntax
Copy link

sophie-syntax bot commented Feb 23, 2026

PR Code Suggestions ✨

No code suggestions found for the PR.

@danstis danstis merged commit 110a6a7 into master Feb 23, 2026
4 checks passed
@danstis danstis deleted the renovate/gittools-actions-4.x branch February 23, 2026 22:58
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