Skip to content

feat(deps): update aqua:go-task/task ( 3.45.4 ➔ 3.46.4 )#464

Merged
mortyops[bot] merged 1 commit intomainfrom
renovate/aqua-go-task-task-3.x
Jan 25, 2026
Merged

feat(deps): update aqua:go-task/task ( 3.45.4 ➔ 3.46.4 )#464
mortyops[bot] merged 1 commit intomainfrom
renovate/aqua-go-task-task-3.x

Conversation

@mortyops
Copy link
Copy Markdown
Contributor

@mortyops mortyops bot commented Jan 25, 2026

This PR contains the following updates:

Package Update Change Pending
aqua:go-task/task minor 3.45.43.46.4 3.47.0

Release Notes

go-task/task (aqua:go-task/task)

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

v3.46.0

Compare Source

v3.45.5

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

| datasource  | package      | from   | to     |
| ----------- | ------------ | ------ | ------ |
| github-tags | go-task/task | 3.45.4 | 3.46.4 |
@mortyops
Copy link
Copy Markdown
Contributor Author

mortyops bot commented Jan 25, 2026

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@mortyops mortyops bot merged commit b9b0f08 into main Jan 25, 2026
1 check passed
@mortyops mortyops bot deleted the renovate/aqua-go-task-task-3.x branch January 25, 2026 20:13
@mortyops mortyops bot added the area/mise label Jan 25, 2026
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.

0 participants