Skip to content

Update dependency go-task/task to v3.48.0#3479

Merged
J12934 merged 1 commit intomainfrom
renovate/go-task-task-3.x
Jan 27, 2026
Merged

Update dependency go-task/task to v3.48.0#3479
J12934 merged 1 commit intomainfrom
renovate/go-task-task-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2026

This PR contains the following updates:

Package Update Change
go-task/task minor v3.46.4v3.48.0

Release Notes

go-task/task (go-task/task)

v3.48.0

Compare Source

  • Fixed if: conditions when using to check dynamic variables. Also, skip
    variable prompt if task would be skipped by if: (#​2658, #​2660 by @​vmaerten).
  • Fixed ROOT_TASKFILE variable pointing to directory instead of the actual
    Taskfile path when no explicit -t flag is provided (#​2635, #​1706 by
    @​trulede).
  • Included Taskfiles with silent: true now properly propagate silence to their
    tasks, while still allowing individual tasks to override with silent: false
    (#​2640, #​1319 by @​trulede).
  • Added TLS certificate options for Remote Taskfiles: use --cacert for
    self-signed certificates and --cert/--cert-key for mTLS authentication
    (#​2537, #​2242 by @​vmaerten).

v3.47.0

Compare Source

  • Fixed remote git Taskfiles: cloning now works without explicit ref, and
    directory includes are properly resolved (#​2602 by @​vmaerten).
  • For output: prefixed, print prefix: if set instead of task name (#​1566,
    #​2633 by @​trulede).
  • Ensure no ANSI sequences are printed for --color=false (#​2560, #​2584 by
    @​trulede).
  • Task aliases can now contain wildcards and will match accordingly (e.g., s-*
    as alias for start-*) (#​1900, #​2234 by @​vmaerten).
  • Added conditional execution with the if field: skip tasks, commands, or task
    calls based on shell exit codes or template expressions like
    {{ eq .ENV "prod" }} (#​2564, #​608 by @​vmaerten).
  • Task can now interactively prompt for missing required variables when running
    in a TTY, with support for enum selection menus. Enable with --interactive
    flag or interactive: true in .taskrc.yml (#​2579, #​2079 by @​vmaerten).

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 25, 2026
@netlify
Copy link

netlify bot commented Jan 25, 2026

Deploy Preview for docs-securecodebox canceled.

Name Link
🔨 Latest commit 43455ff
🔍 Latest deploy log https://app.netlify.com/projects/docs-securecodebox/deploys/69777c2d53b47a0008cc01fc

@renovate renovate bot changed the title Update dependency go-task/task to v3.47.0 Update dependency go-task/task to v3.48.0 Jan 26, 2026
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 1813163 to 43455ff Compare January 26, 2026 14:37
@sonarqubecloud
Copy link

@github-project-automation github-project-automation bot moved this from Triage to Reviewer Approved in secureCodeBox Jan 27, 2026
@J12934 J12934 merged commit 13ea102 into main Jan 27, 2026
49 checks passed
@J12934 J12934 deleted the renovate/go-task-task-3.x branch January 27, 2026 11:51
@github-project-automation github-project-automation bot moved this from Reviewer Approved to Done in secureCodeBox Jan 27, 2026
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

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant

Comments