Skip to content

chore(deps): update dependency go-task/task to v3.48.0#33

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-task-task-3.x
Open

chore(deps): update dependency go-task/task to v3.48.0#33
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-task-task-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2025

This PR contains the following updates:

Package Update Change
go-task/task minor v3.45.5v3.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).

v3.46.4

Compare Source

v3.46.3

Compare Source

v3.46.2

Compare Source

v3.46.1

Compare Source

✨ Features
  • A small behavior change was made to dependencies. Task will now wait for all
    dependencies to finish running before continuing, even if any of them fail. To
    opt for the previous behavior, set failfast: true either on your
    .taskrc.yml or per task, or use the --failfast flag, which will also work
    for --parallel (#​1246, #​2525 by @​andreynering).
  • The --summary flag now displays vars: (both global and task-level),
    env:, and requires: sections. Dynamic variables show their shell command
    (e.g., sh: echo "hello") instead of the evaluated value (#​2486 ,#​2524 by
    @​vmaerten).
  • Improved performance of fuzzy task name matching by implementing lazy
    initialization. Added --disable-fuzzy flag and disable-fuzzy taskrc option
    to allow disabling fuzzy matching entirely (#​2521, #​2523 by @​vmaerten).
  • Added LLM-optimized documentation via VitePress plugin, generating llms.txt
    and llms-full.txt for AI-powered development tools (#​2513 by @​vmaerten).
  • Added --trusted-hosts CLI flag and remote.trusted-hosts config option to
    skip confirmation prompts for specified hosts when using Remote Taskfiles
    (#​2491, #​2473 by @​maciejlech).
  • When running in GitHub Actions, Task now automatically emits error annotations
    on failure, improving visibility in workflow summaries (#​2568 by @​vmaerten).
  • The --yes flag is now accessible in templates via the new CLI_ASSUME_YES
    variable (#​2577, #​2479 by @​semihbkgr).
  • Improved shell completion scripts (Zsh, Fish, PowerShell) by adding missing
    flags and dynamic experimental feature detection (#​2532 by @​vmaerten).
  • Remote Taskfiles now accept application/octet-stream Content-Type (#​2536,
    #​1944 by @​vmaerten).
  • Shell completion now works when Task is installed or aliased under a different
    binary name via TASK_EXE environment variable (#​2495, #​2468 by @​vmaerten).
  • Some small fixes and improvements were made to task --init and to the
    default Taskfile it generates (#​2433 by @​andreynering).
  • Added --remote-cache-dir flag and remote.cache-dir taskrc option to
    customize the cache directory for Remote Taskfiles (#​2572 by @​vmaerten).
  • Zsh completion now supports zstyle verbose option to show or hide task
    descriptions (#​2571 by @​vmaerten).
  • Task now automatically enables colored output in CI environments (GitHub
    Actions, GitLab CI, etc.) without requiring FORCE_COLOR=1 (#​2569 by
    @​vmaerten).
  • Added color taskrc option to explicitly enable or disable colored output
    globally (#​2569 by @​vmaerten).
  • Improved Git Remote Taskfiles by switching to go-getter: SSH authentication
    now works out of the box and applyOf is properly supported (#​2512 by
    @​vmaerten).
🐛 Fixes

Configuration

📅 Schedule: Branch creation - Between 08:00 PM and 11:59 PM, Monday through Friday ( * 20-23 * * 1-5 ), Between 09:00 AM and 09:59 PM, only on Sunday and Saturday ( * 9-21 * * 0,6 ) in timezone Asia/Tokyo, 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 changed the title chore(deps): update dependency go-task/task to v3.46.3 chore(deps): update dependency go-task/task to v3.46.4 Dec 25, 2025
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 1cae636 to 6b68889 Compare December 25, 2025 01:56
@renovate renovate bot changed the title chore(deps): update dependency go-task/task to v3.46.4 chore(deps): update dependency go-task/task to v3.47.0 Jan 25, 2026
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 6b68889 to c41a92b Compare January 25, 2026 01:07
@renovate renovate bot changed the title chore(deps): update dependency go-task/task to v3.47.0 chore(deps): 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 c41a92b to 42e2288 Compare January 26, 2026 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants