Diffrence between JSModules and JS versions

In JavaScript we have ES6, but also ESM / CommonJS / ESM2022 / FESM2022 / ESM2015 etc.

Could someone explain me what is what ? I understand correctly that ES6 is version of JS but rest of staff (ESM, FESM, COMMONJS) are type of modules?