Below you will find pages that utilize the taxonomy term “dawidd6”
March 15, 2026
Send email
Version updated for https://github.com/dawidd6/action-send-mail to version v15.
This action is used across all versions by 9,689 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Send mail GitHub Action automates the process of sending emails directly from a GitHub Actions workflow. It supports sending emails with plain text, HTML, or multipart content, converting Markdown to HTML, and attaching files with globbing support.
March 14, 2026
Run Ansible playbook
Version updated for https://github.com/dawidd6/action-ansible-playbook to version v9.
This action is used across all versions by 1,609 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Run Ansible playbook” GitHub Action automates the execution of Ansible playbooks on specified hosts directly within a GitHub workflow. It simplifies configuration management and deployment tasks by enabling seamless integration of infrastructure automation into CI/CD pipelines.
March 14, 2026
Build Debian package
Version updated for https://github.com/dawidd6/action-debian-package to version v5.
This action is used across all versions by 62 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Build Debian package” GitHub Action automates the process of building Debian packages from source within a Docker container. It simplifies package creation by handling the build environment setup, ensuring a consistent and reliable workflow for developers.
March 11, 2026
Send email
Version updated for https://github.com/dawidd6/action-send-mail to version v13.
This action is used across all versions by 9,679 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Send Mail GitHub Action automates the process of sending emails to multiple recipients directly from a GitHub Actions workflow. It supports plain text, HTML, and multipart email bodies, Markdown-to-HTML conversion, file attachments, and advanced email options like custom headers, priority settings, and proxy configurations.
March 10, 2026
Send email
Version updated for https://github.com/dawidd6/action-send-mail to version v12.
This action is used across all versions by 9,679 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Send Mail GitHub Action” automates the process of sending emails to multiple recipients directly from a GitHub Actions workflow. It supports features such as plain text, HTML, or multipart email bodies, Markdown-to-HTML conversion, file attachments, and custom headers.
February 27, 2026
Send email
Version updated for https://github.com/dawidd6/action-send-mail to version v11.
This action is used across all versions by 9,649 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Send Mail GitHub Action automates the process of sending emails to multiple recipients directly from a GitHub Actions workflow. It supports features such as plain text, HTML, and Markdown-to-HTML email bodies, file attachments, and customizable headers, along with secure email delivery options via SMTP.
December 25, 2025
Run Ansible playbook
Version updated for https://github.com/dawidd6/action-ansible-playbook to version v6.
This action is used across all versions by 1,598 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Run Ansible playbook” GitHub Action automates the execution of Ansible playbooks on specified hosts directly within a GitHub Actions workflow. It simplifies infrastructure management and configuration by integrating Ansible tasks into CI/CD pipelines, eliminating the need for manual execution. The action supports key features such as custom inventory management, SSH key integration, encrypted vault passwords, and additional Ansible options for flexibility.
December 25, 2025
Send email
Version updated for https://github.com/dawidd6/action-send-mail to version v7.
This action is used across all versions by 9,472 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action allows users to send emails to multiple recipients directly from a workflow. It automates tasks such as composing emails with plain text, HTML, or Markdown (converted to HTML), attaching files, and setting email priorities. The action streamlines email notifications, making it ideal for scenarios like sending job results, alerts, or updates within CI/CD pipelines.
December 3, 2025
Homebrew bump formula
Version updated for https://github.com/dawidd6/action-homebrew-bump-formula to version v7.
This action is used across all versions by 1,665 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Revert “Fix dev-cmd loading on GitHub Actions with Homebrew 5.0” by @dawidd6 in https://github.com/dawidd6/action-homebrew-bump-formula/pull/113 Full Changelog: https://github.com/dawidd6/action-homebrew-bump-formula/compare/v6...v7
November 20, 2025
Homebrew bump formula
Version updated for https://github.com/dawidd6/action-homebrew-bump-formula to version v6.
This action is used across all versions by 1,648 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fix compatibility with Homebrew 5.0 by @sheurich in https://github.com/dawidd6/action-homebrew-bump-formula/pull/101 Fix dev-cmd loading on GitHub Actions with Homebrew 5.0 by @sheurich in https://github.com/dawidd6/action-homebrew-bump-formula/pull/103 New Contributors @sheurich made their first contribution in https://github.com/dawidd6/action-homebrew-bump-formula/pull/101 Full Changelog: https://github.com/dawidd6/action-homebrew-bump-formula/compare/v5...v6
June 15, 2025
Run Ansible playbook
Version updated for https://github.com/dawidd6/action-ansible-playbook to version v4.
This action is used across all versions by 1,562 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed build(deps): bump yaml from 2.7.0 to 2.7.1 by @dependabot in https://github.com/dawidd6/action-ansible-playbook/pull/113 build(deps): bump undici from 5.28.5 to 5.29.0 by @dependabot in https://github.com/dawidd6/action-ansible-playbook/pull/114 build(deps): bump yaml from 2.7.1 to 2.8.0 by @dependabot in https://github.com/dawidd6/action-ansible-playbook/pull/115 Full Changelog: https://github.com/dawidd6/action-ansible-playbook/compare/v3...v4
June 15, 2025
Homebrew bump formula
Version updated for https://github.com/dawidd6/action-homebrew-bump-formula to version v5.
This action is used across all versions by 1,550 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Do not query the GitHub API unnecessarily by @ptodev in https://github.com/dawidd6/action-homebrew-bump-formula/pull/90 New Contributors @ptodev made their first contribution in https://github.com/dawidd6/action-homebrew-bump-formula/pull/90 Full Changelog: https://github.com/dawidd6/action-homebrew-bump-formula/compare/v4...v5
June 15, 2025
Send email
Version updated for https://github.com/dawidd6/action-send-mail to version v6.
This action is used across all versions by 8,866 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed CI updates + devcontainer by @dawidd6 in https://github.com/dawidd6/action-send-mail/pull/229 build(deps): bump nodemailer from 6.10.1 to 7.0.3 by @dependabot in https://github.com/dawidd6/action-send-mail/pull/228 build(deps): bump @actions/glob from 0.4.0 to 0.5.0 by @dependabot in https://github.com/dawidd6/action-send-mail/pull/210 Full Changelog: https://github.com/dawidd6/action-send-mail/compare/v5...v6
April 24, 2025
Send email
Version updated for https://github.com/dawidd6/action-send-mail to version v5.
This action is used across all versions by 8,166 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed build(deps): bump nodemailer from 6.9.16 to 6.10.0 by @dependabot in https://github.com/dawidd6/action-send-mail/pull/221 Add envelope-from and envelope-to options by @Shane32 in https://github.com/dawidd6/action-send-mail/pull/224 build(deps): bump nodemailer from 6.10.0 to 6.10.1 by @dependabot in https://github.com/dawidd6/action-send-mail/pull/225 New Contributors @Shane32 made their first contribution in https://github.