Was easy to upgrade
I did the following command in my project directory
npm install @11ty/eleventy@3
** Also installed the v2 to v3 helper
npm install @11ty/eleventy-upgrade-help@3 --save-dev
Then configured eleventy.config.js to use the helper. Also, the upgrade caused just a few errors needing to be fixed.